NHSN Reporting: Inpatient Medication Administration
0.1.0 - STU 1 Ballot

This page is part of the NHSN Reporting: Inpatient Medication Administration (v0.1.0: STU 1 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Example of US Core Encounter - Name 'masked' - TTL Representation

Raw ttl | Download


@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Encounter;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "encounter-completed-inpatient-med-admin-1"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ];
     fhir:Meta.lastUpdated [ fhir:value "2021-02-10T03:08:19.621+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#qmyg9wZJY8AqPIqz" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter>     ]
  ];
  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><b>status</b>: finished</p><p><b>class</b>: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span></p><p><b>type</b>: <span title=\"Codes: {http://snomed.info/sct 24882007}\">Medical consultation on hospital inpatient</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>period</b>: 2021-01-01 --&gt; 2021-01-12</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td>-</td><td><b>Condition</b></td></tr><tr><td>*</td><td><a href=\"Condition-condition-lab-confirmed-covid-med-admin-1.html\">Generated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span>; <span title=\"Codes: {http://snomed.info/sct 840539006}\">Disease caused by Severe acute respiratory syndrome coronavirus 2 (disorder)</span>; onset: Jan 2, 2021 4:30:35 PM; recordedDate: Jan 2, 2021 4:30:35 PM</a></td></tr></table><h3>Hospitalizations</h3><table class=\"grid\"><tr><td>-</td><td><b>DischargeDisposition</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/discharge-disposition home}\">Discharged to home</span></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td></tr><tr><td>*</td><td><a href=\"Location-location-salem-medical-center.html\">Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368. Generated Summary: status: active; name: Clinic Bldg A, Salem Medical Center; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span>; Phone: (+1) (555)555-3001, Fax: (+1) (555)555-3002, mail@smc.org</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-organization-salem-medical-center.html\">Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999. Generated Summary: id: 55555555; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span>; name: Salem Medical Center; Phone: +1-555-555-1111, mail@salemmedicalcenter.com</a></p></div>"
  ];
  fhir:Encounter.status [ fhir:value "finished"];
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
     fhir:Coding.code [ fhir:value "IMP" ];
     fhir:Coding.display [ fhir:value "inpatient encounter" ]
  ];
  fhir:Encounter.type [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:24882007;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "24882007" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Medical consultation on hospital inpatient" ]
  ];
  fhir:Encounter.subject [
     fhir:Reference.reference [ fhir:value "Patient/patient-med-admin-1" ];
     fhir:Reference.display [ fhir:value "Name: 'masked'" ]
  ];
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2021-01-01"^^xsd:date ];
     fhir:Period.end [ fhir:value "2021-01-12"^^xsd:date ]
  ];
  fhir:Encounter.diagnosis [
     fhir:index 0;
     fhir:Encounter.diagnosis.condition [
       fhir:Reference.reference [ fhir:value "Condition/condition-lab-confirmed-covid-med-admin-1" ]     ]
  ];
  fhir:Encounter.hospitalization [
     fhir:Encounter.hospitalization.dischargeDisposition [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/discharge-disposition" ];
         fhir:Coding.code [ fhir:value "home" ]       ];
       fhir:CodeableConcept.text [ fhir:value "Discharged to home" ]     ]
  ];
  fhir:Encounter.location [
     fhir:index 0;
     fhir:Encounter.location.location [
       fhir:Reference.reference [ fhir:value "Location/location-salem-medical-center" ];
       fhir:Reference.display [ fhir:value "Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368" ]     ]
  ];
  fhir:Encounter.serviceProvider [
     fhir:Reference.reference [ fhir:value "Organization/organization-salem-medical-center" ];
     fhir:Reference.display [ fhir:value "Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.