@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example-MS-CMV"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://fhir.nmdp.org/ig/matchsync/StructureDefinition/ms-cmvgroup-observation"^^xsd:anyURI ; fhir:link ] ) ; fhir:security ( [ fhir:system [ fhir:v "http://terminology.nmdp.org/codesystem/transplant-center"^^xsd:anyURI ] ; fhir:code [ fhir:v "tc_123" ] ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation Example-MS-CMV

Profile: Observation_MS_CMV

Security Label: tc_123 (Details: transplant-center code tc_123)

status: Final

code: Cytomegalovirus IgG Ab [Presence] in Serum or Plasma by Immunoassay

subject: Jane Everyperson Female, DoB: 1974-12-25 ( http://example.org/mrn#123)

effective: 2022-05-01

value: Positive

"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ fhir:coding ( [ a loinc:13949-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "13949-3" ] ; fhir:display [ fhir:v "Cytomegalovirus IgG Ab [Presence] in Serum or Plasma by Immunoassay" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/MSPatientExample" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2022-05-01"^^xsd:date ] ; # fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a loinc:LA6576-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "LA6576-8" ] ; fhir:display [ fhir:v "Positive" ] ] ) ] . # # -------------------------------------------------------------------------------------