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 Appointment - 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:Appointment ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleXealthAppointment"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.xealth.io/StructureDefinition/xealth-appointment"^^xsd:anyURI ;
fhir:link <https://fhir.xealth.io/StructureDefinition/xealth-appointment>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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><a name=\"ExampleXealthAppointment-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-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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "accepted"       ]     ] [
fhir:url [ fhir:v "period"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2021-04-19T16:17:36Z"^^xsd:dateTime ]       ]     ] ) ;
fhir:url [ fhir:v "https://fhir.xealth.io/StructureDefinition/extension-status-history"^^xsd:anyURI ]
  ] ) ; # 
  fhir:status [ fhir:v "booked"] ; # 
  fhir:serviceCategory ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.xealth.io/ns/identifier/service-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NONSURG" ] ;
fhir:display [ fhir:v "Non-Surgical Appointment" ]     ] ) ;
fhir:text [ fhir:v "Non-Surgical Appointment" ]
  ] ) ; # 
  fhir:serviceType ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.xealth.io/ns/identifier/example-appointment-service-type-1'"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Walk In" ] ;
fhir:display [ fhir:v "Walk In" ]     ] ) ;
fhir:text [ fhir:v "Walk In" ]
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.xealth.io/ns/identifier/example-surgical-specialty"^^xsd:anyURI ] ;
fhir:code [ fhir:v "URO" ]     ] )
  ] ) ; # 
  fhir:created [ fhir:v "2021-04-19T16:17:36Z"^^xsd:dateTime] ; # 
  fhir:participant ( [
fhir:actor [
fhir:reference [ fhir:v "Patient/ExampleXealthPatient" ]     ] ;
fhir:status [ fhir:v "accepted" ]
  ] ) . #