Kenya eClaims FHIR IG
0.1.0 - ci-build Kenya flag

Kenya eClaims FHIR IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: EpisodeOfcare - Example Kenya HIE EpisodeOfCare - 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:EpisodeOfCare ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-kenyahie-episodeofcare"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://example.com/fhir/StructureDefinition/eclaims-episodeofcare"^^xsd:anyURI ;
fhir:l <https://example.com/fhir/StructureDefinition/eclaims-episodeofcare>     ] )
  ] ; # 
  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 example-kenyahie-episodeofcare</b></p><a name=\"example-kenyahie-episodeofcare\"> </a><a name=\"hcexample-kenyahie-episodeofcare\"> </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-eclaims-episodeofcare.html\">EpisodeOfCare Profile</a></p></div><p><b>status</b>: Active</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>2024-06-01 --&gt; 2024-06-15</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/episodeofcare-type hacc}\">Home and Community Care</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td><td><b>Role</b></td><td><b>Rank</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition/example-condition\">Condition/example-condition</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role AD}\">Admission diagnosis</span></td><td>1</td></tr></table><p><b>patient</b>: <a href=\"Patient/example-patient\">Patient/example-patient</a></p><p><b>managingOrganization</b>: <a href=\"Organization/example-organization\">Organization/example-organization</a></p><p><b>period</b>: 2024-06-15 --&gt; 2024-07-15</p><p><b>referralRequest</b>: <a href=\"ServiceRequest/example-referral\">ServiceRequest/example-referral</a></p><p><b>careManager</b>: <a href=\"Practitioner/example-practitioner\">Practitioner/example-practitioner</a></p><p><b>team</b>: <a href=\"CareTeam/example-careteam\">CareTeam/example-careteam</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:statusHistory ( [
fhir:status [ fhir:v "planned" ] ;
fhir:period [
fhir:start [ fhir:v "2024-06-01"^^xsd:date ] ;
fhir:end [ fhir:v "2024-06-15"^^xsd:date ]     ]
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/episodeofcare-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/episodeofcare-type>       ] ;
fhir:code [ fhir:v "hacc" ] ;
fhir:display [ fhir:v "Home and Community Care" ]     ] )
  ] ) ; # 
  fhir:diagnosis ( [
fhir:condition [
fhir:l fhir:Condition/example-condition ;
fhir:reference [ fhir:v "Condition/example-condition" ]     ] ;
fhir:role [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/diagnosis-role"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/diagnosis-role>         ] ;
fhir:code [ fhir:v "AD" ] ;
fhir:display [ fhir:v "Admission diagnosis" ]       ] )     ] ;
fhir:rank [ fhir:v "1"^^xsd:positiveInteger ]
  ] ) ; # 
  fhir:patient [
fhir:l fhir:Patient/example-patient ;
fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:managingOrganization [
fhir:l fhir:Organization/example-organization ;
fhir:reference [ fhir:v "Organization/example-organization" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2024-06-15"^^xsd:date ] ;
fhir:end [ fhir:v "2024-07-15"^^xsd:date ]
  ] ; # 
  fhir:referralRequest ( [
fhir:l fhir:ServiceRequest/example-referral ;
fhir:reference [ fhir:v "ServiceRequest/example-referral" ]
  ] ) ; # 
  fhir:careManager [
fhir:l fhir:Practitioner/example-practitioner ;
fhir:reference [ fhir:v "Practitioner/example-practitioner" ]
  ] ; # 
  fhir:team ( [
fhir:l fhir:CareTeam/example-careteam ;
fhir:reference [ fhir:v "CareTeam/example-careteam" ]
  ] ) . #