This page is part of the NHSN Reporting: Inpatient Medication Administration (v1.0.0: STU 1 on FHIR R4) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
@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:Observation;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "observation-lab-sars-cov-med-admin"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "4" ];
fhir:Meta.lastUpdated [ fhir:value "2021-03-29T23:13:31.865+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#KrYSK5ISFyZ7HwLy" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/nhsn-med-admin/StructureDefinition/Observation-lab-sars-cov";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/nhsn-med-admin/StructureDefinition/Observation-lab-sars-cov> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 94564-2}\">SARS-CoV-2 (COVID-19) IgM Ab [Presence] in Serum or Plasma by Immunoassay</span></p><p><b>subject</b>: <a href=\"Patient-patient-med-admin-1.html\">Name: 'masked'. Generated Summary: id: ?ngen-9?; active; ; gender: female; birthDate: 1974-11-24</a></p><p><b>effective</b>: 2021-01-04</p><p><b>value</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation POS}\">positive</span></p></div>"
];
fhir:Observation.status [ fhir:value "final"];
fhir:Observation.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ];
fhir:Coding.code [ fhir:value "laboratory" ];
fhir:Coding.display [ fhir:value "Laboratory" ] ];
fhir:CodeableConcept.text [ fhir:value "Laboratory" ]
];
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:94564-2;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "94564-2" ];
fhir:Coding.display [ fhir:value "SARS-CoV-2 (COVID-19) IgM Ab [Presence] in Serum or Plasma by Immunoassay" ] ];
fhir:CodeableConcept.text [ fhir:value "SARS-CoV-2 (COVID-19) IgM Ab [Presence] in Serum or Plasma by Immunoassay" ]
];
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "Patient/patient-med-admin-1" ];
fhir:Reference.display [ fhir:value "Name: 'masked'" ]
];
fhir:Observation.effectiveDateTime [ fhir:value "2021-01-04"^^xsd:date];
fhir:Observation.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" ];
fhir:Coding.code [ fhir:value "POS" ];
fhir:Coding.display [ fhir:value "positive" ] ];
fhir:CodeableConcept.text [ fhir:value "positive" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.