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 Appointment - 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/Appointment/ExampleXealthAppointment> a fhir:Appointment ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleXealthAppointment"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.xealth.io/StructureDefinition/xealth-appointment" ;
       fhir:index 0 ;
       fhir:link <https://fhir.xealth.io/StructureDefinition/xealth-appointment>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment ExampleXealthAppointment</b></p><a name=\"ExampleXealthAppointment\"> </a><a name=\"hcExampleXealthAppointment\"> </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-appointment.html\">Xealth Appointment</a></p></div><blockquote><p><b>io/StructureDefinition/extension-status-history</b></p><ul><li>status: accepted</li><li>period: 2021-04-19 16:17:36+0000 --&gt; (ongoing)</li></ul></blockquote><p><b>status</b>: Booked</p><p><b>serviceCategory</b>: <span title=\"Codes:{https://fhir.xealth.io/ns/identifier/service-category NONSURG}\">Non-Surgical Appointment</span></p><p><b>serviceType</b>: <span title=\"Codes:{https://fhir.xealth.io/ns/identifier/example-appointment-service-type-1' Walk In}\">Walk In</span></p><p><b>specialty</b>: <span title=\"Codes:{https://fhir.xealth.io/ns/identifier/example-surgical-specialty URO}\">URO</span></p><p><b>created</b>: 2021-04-19 16:17:36+0000</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Patient-ExampleXealthPatient.html\">Xealth Profile Test  Male, DoB: 1986-07-13 ( XPID: xealth-17328-1732489-17846492-3128691 (use: official, ))</a></td><td>Accepted</td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "status" ] ;
       fhir:Extension.valueCode [ fhir:value "accepted" ]
     ], [
       fhir:index 1 ;
       fhir:Extension.url [ fhir:value "period" ] ;
       fhir:Extension.valuePeriod [
         fhir:Period.start [ fhir:value "2021-04-19T16:17:36Z"^^xsd:dateTime ]
       ]
     ] ;
     fhir:Extension.url [ fhir:value "https://fhir.xealth.io/StructureDefinition/extension-status-history" ]
  ] ;
  fhir:Appointment.status [ fhir:value "booked"] ;
  fhir:Appointment.serviceCategory [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://fhir.xealth.io/ns/identifier/service-category" ] ;
       fhir:Coding.code [ fhir:value "NONSURG" ] ;
       fhir:Coding.display [ fhir:value "Non-Surgical Appointment" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Non-Surgical Appointment" ]
  ] ;
  fhir:Appointment.serviceType [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://fhir.xealth.io/ns/identifier/example-appointment-service-type-1'" ] ;
       fhir:Coding.code [ fhir:value "Walk In" ] ;
       fhir:Coding.display [ fhir:value "Walk In" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Walk In" ]
  ] ;
  fhir:Appointment.specialty [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://fhir.xealth.io/ns/identifier/example-surgical-specialty" ] ;
       fhir:Coding.code [ fhir:value "URO" ]
     ]
  ] ;
  fhir:Appointment.created [ fhir:value "2021-04-19T16:17:36Z"^^xsd:dateTime] ;
  fhir:Appointment.participant [
     fhir:index 0 ;
     fhir:Appointment.participant.actor [
       fhir:link <http://hl7.org/fhir/Patient/ExampleXealthPatient> ;
       fhir:Reference.reference [ fhir:value "Patient/ExampleXealthPatient" ]
     ] ;
     fhir:Appointment.participant.status [ fhir:value "accepted" ]
  ] .

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

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

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