XealthIG
v1.42.0 - release

XealthIG - Local Development build (vv1.42.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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleXealthEncounter"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.xealth.io/StructureDefinition/xealth-encounter"^^xsd:anyURI ;
fhir:link <https://fhir.xealth.io/StructureDefinition/xealth-encounter>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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><a name=\"ExampleXealthEncounter-en-US\"> </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/6.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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.xealth.io/ns/identifier/example-encounter-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123" ]
  ] ) ; # 
  fhir:status [ fhir:v "planned"] ; # 
  fhir:statusHistory ( [
fhir:status [ fhir:v "planned" ] ;
fhir:period [
fhir:start [ fhir:v "2021-04-19T16:17:36Z"^^xsd:dateTime ]     ]
  ] ) ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ] ;
fhir:display [ fhir:v "Ambulatory" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/ExampleXealthPatient" ]
  ] ; # 
  fhir:appointment ( [
fhir:reference [ fhir:v "Appointment/ExampleXealthAppointment" ]
  ] ) ; # 
  fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/ExampleOrganization" ]
  ] . #