FHIR Belgium Base IG - Local Development build (v0.1.0). See the Directory of published versions
Source view
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <http://loinc.org/rdf#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:CareTeam; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "dzop-team-0002-nurses"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "3" ]; fhir:Meta.profile [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-careteam"; fhir:index 0; fhir:link <https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-careteam> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: dzop-team-0002-nurses</p><p><b>meta</b>: </p><p><b>identifier</b>: DZOP-Pia-2020001</p><p><b>status</b>: active</p><p><b>category</b>: Home & Community Based Services (HCBS)-focused care team <span style=\"background: LightGoldenRodYellow\">(Details : {LOINC code 'LA28866-4' = 'Home & Community Based Services (HCBS)-focused care team', given as 'Home & Community Based Services (HCBS)-focused care team'})</span></p><p><b>name</b>: Pia's 2020 Care Team for post-op care - Nurses and acaregivers ad-hoc team</p><p><b>subject</b>: <a href=\"CareTeam-dzop-team-0002-nurses.html\">Pia. Generated Summary: id: pia; Pia ; gender: female</a></p><p><b>period</b>: ?? --> 01-Jan-2013 00:00:00</p><blockquote><p><b>participant</b></p><p><b>role</b>: healthcare-actor <span style=\"background: LightGoldenRodYellow\">(Details )</span></p><p><b>member</b>: <a href=\"CareTeam-dzop-team-0002-nurses.html\">Nurse Nathalie. Generated Summary: id: nathalie; Nathalie </a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: informal care actor <span style=\"background: LightGoldenRodYellow\">(Details )</span></p><p><b>member</b>: <a href=\"CareTeam-dzop-team-0002-nurses.html\">Dina (daughter). Generated Summary: id: dina; Dina </a></p><p><b>period</b>: ?? --> 01-Jan-2013 00:00:00</p></blockquote><p><b>managingOrganization</b>: <a href=\"CareTeam-dzop-team-0002-nurses.html\">Generated Summary: id: dzop; name: DZOP</a></p></div>" ]; fhir:CareTeam.identifier [ fhir:index 0; fhir:Identifier.value [ fhir:value "DZOP-Pia-2020001" ] ]; fhir:CareTeam.status [ fhir:value "active"]; fhir:CareTeam.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a loinc:LA28866-4; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "LA28866-4" ]; fhir:Coding.display [ fhir:value "Home & Community Based Services (HCBS)-focused care team" ] ] ]; fhir:CareTeam.name [ fhir:value "Pia's 2020 Care Team for post-op care - Nurses and acaregivers ad-hoc team"]; fhir:CareTeam.subject [ fhir:Reference.reference [ fhir:value "Patient/pia" ]; fhir:Reference.display [ fhir:value "Pia" ] ]; fhir:CareTeam.period [ fhir:Period.end [ fhir:value "2013-01-01"^^xsd:date ] ]; fhir:CareTeam.participant [ fhir:index 0; fhir:CareTeam.participant.role [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "healthcare-actor" ] ]; fhir:CareTeam.participant.member [ fhir:Reference.reference [ fhir:value "Practitioner/nathalie" ]; fhir:Reference.display [ fhir:value "Nurse Nathalie" ] ] ], [ fhir:index 1; fhir:CareTeam.participant.role [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "informal care actor" ] ]; fhir:CareTeam.participant.member [ fhir:Reference.reference [ fhir:value "RelatedPerson/dina" ]; fhir:Reference.display [ fhir:value "Dina (daughter)" ] ]; fhir:CareTeam.participant.period [ fhir:Period.end [ fhir:value "2013-01-01"^^xsd:date ] ] ]; fhir:CareTeam.managingOrganization [ fhir:index 0; fhir:Reference.reference [ fhir:value "Organization/dzop" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.