XealthIG
v1.46.0 - release

XealthIG - Local Development build (vv1.46.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Xealth Encounter - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Encounter/ExampleXealthEncounter> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleXealthEncounter"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.xealth.io/StructureDefinition/xealth-encounter" ;
       fhir:index 0 ;
       fhir:link <https://fhir.xealth.io/StructureDefinition/xealth-encounter>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter ExampleXealthEncounter</b></p><a name=\"ExampleXealthEncounter\"> </a><a name=\"hcExampleXealthEncounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-xealth-encounter.html\">Xealth Encounter</a></p></div><p><b>identifier</b>: <code>https://fhir.xealth.io/ns/identifier/example-encounter-id</code>/123</p><p><b>status</b>: Planned</p><h3>StatusHistories</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>Planned</td><td>2021-04-19 16:17:36+0000 --&gt; (ongoing)</td></tr></table><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (Ambulatory)</p><p><b>subject</b>: <a href=\"Patient-ExampleXealthPatient.html\">Xealth Profile Test  Male, DoB: 1986-07-13 ( XPID: xealth-17328-1732489-17846492-3128691 (use: official, ))</a></p><p><b>appointment</b>: <a href=\"Appointment-ExampleXealthAppointment.html\">Appointment: extension = ; status = booked; serviceCategory = Non-Surgical Appointment; serviceType = Walk In; specialty = URO; created = 2021-04-19 16:17:36+0000</a></p><p><b>serviceProvider</b>: <a href=\"Organization-ExampleOrganization.html\">Organization Health Level Seven International</a></p></div>"
  ] ;
  fhir:Encounter.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://fhir.xealth.io/ns/identifier/example-encounter-id" ] ;
     fhir:Identifier.value [ fhir:value "123" ]
  ] ;
  fhir:Encounter.status [ fhir:value "planned"] ;
  fhir:Encounter.statusHistory [
     fhir:index 0 ;
     fhir:Encounter.statusHistory.status [ fhir:value "planned" ] ;
     fhir:Encounter.statusHistory.period [
       fhir:Period.start [ fhir:value "2021-04-19T16:17:36Z"^^xsd:dateTime ]
     ]
  ] ;
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
     fhir:Coding.code [ fhir:value "AMB" ] ;
     fhir:Coding.display [ fhir:value "Ambulatory" ]
  ] ;
  fhir:Encounter.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExampleXealthPatient> ;
     fhir:Reference.reference [ fhir:value "Patient/ExampleXealthPatient" ]
  ] ;
  fhir:Encounter.appointment [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Appointment/ExampleXealthAppointment> ;
     fhir:Reference.reference [ fhir:value "Appointment/ExampleXealthAppointment" ]
  ] ;
  fhir:Encounter.serviceProvider [
     fhir:link <http://hl7.org/fhir/Organization/ExampleOrganization> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleOrganization" ]
  ] .

<http://hl7.org/fhir/Patient/ExampleXealthPatient> a fhir:Patient .

<http://hl7.org/fhir/Appointment/ExampleXealthAppointment> a fhir:Appointment .

<http://hl7.org/fhir/Organization/ExampleOrganization> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Encounter/ExampleXealthEncounter.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Encounter/ExampleXealthEncounter.ttl> .