This page is part of the At-Home In-Vitro Test Report (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@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:MessageHeader;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "messageheader-at-home-in-vitro-test-p-noelle"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "4" ];
fhir:Meta.lastUpdated [ fhir:value "2022-07-26T23:24:18.396+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#a8oaIuPPP0m1bzuu" ];
fhir:Meta.profile [
fhir:value "https://hl7.org/fhir/us/home-lab-report/StructureDefinition/MessageHeader-at-home-in-vitro-test-results";
fhir:index 0;
fhir:link <https://hl7.org/fhir/us/home-lab-report/StructureDefinition/MessageHeader-at-home-in-vitro-test-results> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MessageHeader \"messageheader-at-home-in-vitro-test-p-noelle\" Version \"4\" Updated \"2022-07-26 11:24:18+0000\" </p><p style=\"margin-bottom: 0px\">Information Source: #a8oaIuPPP0m1bzuu!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MessageHeader-at-home-in-vitro-test-results.html\">MessageHeader - At-Home In-Vitro Test Results</a></p></div><p><b>event</b>: At-Home In-Vitro Test Result Report (Details: http://hl7.org/fhir/us/home-lab-report/CodeSystem/codesystem-at-home-in-vitro-test code at-home-in-vitro-test-result-report = 'At-Home In-Vitro Test Result Report', stated as 'null')</p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Name</b></td><td><b>Software</b></td><td><b>Version</b></td><td><b>Contact</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td></td><td>ACME Application Server</td><td>ACME Application Software</td><td>1.2.3.4.5</td><td><a href=\"tel:+1(555)9876543\">+1 (555) 987 6543</a></td><td><a href=\"http://at-home-in-vitro-test.org/fhir/endpoint/1\">http://at-home-in-vitro-test.org/fhir/endpoint/1</a></td></tr></table><h3>Responses</h3><table class=\"grid\"><tr><td>-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td>*</td><td>5015fe84-8e76-4526-89d8-44b322e8d4fc</td><td>ok</td></tr></table><p><b>focus</b>: <a href=\"DiagnosticReport-diagnosticreport-at-home-in-vitro-results-covid-p-noelle.html\">DiagnosticReport/diagnosticreport-at-home-in-vitro-results-covid-p-noelle</a></p></div>"
];
fhir:MessageHeader.eventCoding [
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/home-lab-report/CodeSystem/codesystem-at-home-in-vitro-test" ];
fhir:Coding.code [ fhir:value "at-home-in-vitro-test-result-report" ]
];
fhir:MessageHeader.source [
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Extension-at-home-in-vitro-test-source-software-info" ];
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "vendorOrganization" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "Organization/us-core-organization-quidel-corporation" ] ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "softwareBinaryID" ];
fhir:Extension.valueString [ fhir:value "Binary ID unknown" ] ], [
fhir:index 2;
fhir:Extension.url [ fhir:value "softwareInstallDate" ];
fhir:Extension.valueDate [ fhir:value "2022-06-01"^^xsd:date ] ] ];
fhir:MessageHeader.source.name [ fhir:value "ACME Application Server" ];
fhir:MessageHeader.source.software [ fhir:value "ACME Application Software" ];
fhir:MessageHeader.source.version [ fhir:value "1.2.3.4.5" ];
fhir:MessageHeader.source.contact [
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "+1 (555) 987 6543" ] ];
fhir:MessageHeader.source.endpoint [ fhir:value "http://at-home-in-vitro-test.org/fhir/endpoint/1" ]
];
fhir:MessageHeader.response [
fhir:MessageHeader.response.identifier [ fhir:value "5015fe84-8e76-4526-89d8-44b322e8d4fc" ];
fhir:MessageHeader.response.code [ fhir:value "ok" ]
];
fhir:MessageHeader.focus [
fhir:index 0;
fhir:Reference.reference [ fhir:value "DiagnosticReport/diagnosticreport-at-home-in-vitro-results-covid-p-noelle" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.