@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Composition; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "RDA03-Composition"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-composition-vaccination-record"; fhir:index 0; fhir:link ] ]; fhir:Resource.language [ fhir:value "en-US"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Vaccination Record

Id: RDA03-Composition

Identifier: urn:ietf:rfc:3986#urn:uuid:8c845f76-eadc-4472-9d89-ad5e313a7b19

Status: Final

Code: Immunization record (http://snomed.info/sct#41000179103)

Patient: Patient/TC-patient Wegmueller Monika

Date: September 5, 2021

Authors:

Patient/TC-patient Wegmueller Monika

Confidentiality: null Normal (qualifier value) (http://snomed.info/sct#17621005)

Sections:

Immunization Administration
Comments
" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Element.id [ fhir:value "versionNumber" ]; fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-versionnumber" ]; fhir:Extension.valueUnsignedInt [ fhir:value "1"^^xsd:nonNegativeInteger ] ]; fhir:Composition.identifier [ fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:uuid:8c845f76-eadc-4472-9d89-ad5e313a7b19" ] ]; fhir:Composition.status [ fhir:value "final"]; fhir:Composition.type [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:41000179103; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "41000179103" ]; fhir:Coding.display [ fhir:value "Immunization record" ] ] ]; fhir:Composition.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/TC-patient" ] ]; fhir:Composition.date [ fhir:value "2021-09-05T00:00:00.390+02:00"^^xsd:dateTime]; fhir:Composition.author [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Patient/TC-patient" ] ]; fhir:Composition.title [ fhir:value "Vaccination Record"]; fhir:Composition.confidentiality [ fhir:value "N"; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-confidentialitycode" ]; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:17621005; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "17621005" ]; fhir:Coding.display [ fhir:value "Normal (qualifier value)" ] ] ] ] ]; fhir:Composition.custodian [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/TC-ORG1" ] ]; fhir:Composition.section [ fhir:index 0; fhir:Element.id [ fhir:value "administration" ]; fhir:Composition.section.title [ fhir:value "Immunization Administration" ]; fhir:Composition.section.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:11369-6; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "11369-6" ]; fhir:Coding.display [ fhir:value "Hx of Immunization" ] ] ]; fhir:Composition.section.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "" ]; fhir:Composition.section.entry [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Immunization/TCA01-IMMUN1-patient" ] ], [ fhir:index 1; fhir:link ; fhir:Reference.reference [ fhir:value "Immunization/TCA01-IMMUN2-HCP1-ORG1-ROLE" ] ], [ fhir:index 2; fhir:link ; fhir:Reference.reference [ fhir:value "Immunization/TCA01-IMMUN3-HCP2-ORG2-ROLE" ] ], [ fhir:index 3; fhir:link ; fhir:Reference.reference [ fhir:value "Immunization/TCA02-IMMUN4-HCP2-ORG2-ROLE" ] ], [ fhir:index 4; fhir:link ; fhir:Reference.reference [ fhir:value "Immunization/TCA03-IMMUN5-patient" ] ] ], [ fhir:index 1; fhir:Element.id [ fhir:value "annotation" ]; fhir:Composition.section.title [ fhir:value "Comments" ]; fhir:Composition.section.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:48767-8; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "48767-8" ]; fhir:Coding.display [ fhir:value "Annotation comment [Interpretation] Narrative" ] ] ]; fhir:Composition.section.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Code: Annotation comment [Interpretation] Narrative (http://loinc.org#48767-8)

" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------