@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:EpisodeOfCare ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "eoc1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.ee/StructureDefinition/ee-episode-of-care"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: EpisodeOfCare

Resource EpisodeOfCare "eoc1"

Profile: EEBase EpisodeOfCare

identifier: id: 123

status: active

patient: Patient/pat1 " METS"

managingOrganization: Organization/rh "Rakvere Haigla"

period: 2023-05-09 --> (ongoing)

" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://rh.ee/episodeofcare-identifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "123" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/pat1" ] ] ; # fhir:managingOrganization [ fhir:link ; fhir:reference [ fhir:v "Organization/rh" ] ] ; # fhir:period [ fhir:start [ fhir:v "2023-05-09"^^xsd:date ] ] . # # -------------------------------------------------------------------------------------