@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/base/StructureDefinition/ee-episode-of-care"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: EpisodeOfCare eoc1

identifier: https://rh.ee/episodeofcare-identifier/123

status: Active

patient: Mart Mets (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#37302102711)

managingOrganization: Organization 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 ] ] . # # -------------------------------------------------------------------------------------