@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/EpisodeOfCare/5997C4C9-849A-4C4E-B139-D0708D50E948> a fhir:EpisodeOfCare ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "5997C4C9-849A-4C4E-B139-D0708D50E948"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hapifhir.eswatinihie.com/fhir/StructureDefinition/SzEpisodeOfCare"^^xsd:anyURI ;
       fhir:l <https://hapifhir.eswatinihie.com/fhir/StructureDefinition/SzEpisodeOfCare>
     ] )
  ] ; # 
  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: EpisodeOfCare 5997C4C9-849A-4C4E-B139-D0708D50E948</b></p><a name=\"5997C4C9-849A-4C4E-B139-D0708D50E948\"> </a><a name=\"hc5997C4C9-849A-4C4E-B139-D0708D50E948\"> </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-SzEpisodeOfCare.html\">Eswatini Episode of Care</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzServicePointCS 12}\">Family Planning</span></p><p><b>patient</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>period</b>: 2025-09-03 --&gt; (ongoing)</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type ( [
     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 "12" ] ;
       fhir:display [ fhir:v "Family Planning" ]
     ] ) ;
     fhir:text [ fhir:v "Family Planning" ]
  ] ) ; # 
  fhir:patient [
     fhir:l <https://hapifhir.eswatinihie.com/fhir/Patient/13EA147E-8E3B-498C-8D35-6FCB8BC6DEFB> ;
     fhir:reference [ fhir:v "Patient/13EA147E-8E3B-498C-8D35-6FCB8BC6DEFB" ]
  ] ; # 
  fhir:period [
     fhir:start [ fhir:v "2025-09-03"^^xsd:date ]
  ] . # 

# -------------------------------------------------------------------------------------

