@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 -------------------------------------------------------------------

<https://hapifhir.eswatinihie.com/fhir/Appointment/31EC4EE6-FBD0-41B0-89BA-8D4DD7D43139> a fhir:Appointment ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "31EC4EE6-FBD0-41B0-89BA-8D4DD7D43139"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hapifhir.eswatinihie.com/fhir/StructureDefinition/SzAppointment"^^xsd:anyURI ;
       fhir:l <https://hapifhir.eswatinihie.com/fhir/StructureDefinition/SzAppointment>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment 31EC4EE6-FBD0-41B0-89BA-8D4DD7D43139</b></p><a name=\"31EC4EE6-FBD0-41B0-89BA-8D4DD7D43139\"> </a><a name=\"hc31EC4EE6-FBD0-41B0-89BA-8D4DD7D43139\"> </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-SzAppointment.html\">Eswatini Appointment Profile</a></p></div><p><b>status</b>: Proposed</p><p><b>serviceCategory</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-category 17}\">General Practice</span></p><p><b>serviceType</b>: <span title=\"Codes:{https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzServicePointCS ART}\">Antiretrovial Therapy</span></p><p><b>start</b>: 2024-09-11 10:00:00+0000</p><p><b>end</b>: 2024-09-11 10:00:00+0000</p><p><b>created</b>: 2024-09-01</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-13EA147E-8E3B-498C-8D35-6FCB8BC6DEFB.html\">Celucolo Celani Sacolo  Male, DoB: 2000-01-01 ( Medical Record Number: Client Management Information System#M001010101-1 (use: usual, ))</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Location-992F1F3C-00CD-4838-94D1-91658DFA99BD.html\">Location Mahwalala Red Cross Clinic</a></p><p><b>status</b>: Accepted</p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "proposed"] ; # 
  fhir:serviceCategory ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/service-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/service-category>
       ] ;
       fhir:code [ fhir:v "17" ] ;
       fhir:display [ fhir:v "General Practice" ]
     ] )
  ] ) ; # 
  fhir:serviceType ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzServicePointCS"^^xsd:anyURI ;
         fhir:l <https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzServicePointCS>
       ] ;
       fhir:code [ fhir:v "ART" ] ;
       fhir:display [ fhir:v "Antiretrovial Therapy" ]
     ] )
  ] ) ; # 
  fhir:start [ fhir:v "2024-09-11T10:00:00Z"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2024-09-11T10:00:00Z"^^xsd:dateTime] ; # 
  fhir:created [ fhir:v "2024-09-01"^^xsd:date] ; # 
  fhir:participant ( [
     fhir:actor [
       fhir:l <https://hapifhir.eswatinihie.com/fhir/Patient/13EA147E-8E3B-498C-8D35-6FCB8BC6DEFB> ;
       fhir:reference [ fhir:v "Patient/13EA147E-8E3B-498C-8D35-6FCB8BC6DEFB" ]
     ] ;
     fhir:status [ fhir:v "accepted" ]
  ] [
     fhir:actor [
       fhir:l <https://hapifhir.eswatinihie.com/fhir/Location/992F1F3C-00CD-4838-94D1-91658DFA99BD> ;
       fhir:reference [ fhir:v "Location/992F1F3C-00CD-4838-94D1-91658DFA99BD" ]
     ] ;
     fhir:status [ fhir:v "accepted" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

