Atrius India Core FHIR Implementation Guide
0.1.0 - ci-build

Atrius India Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example AtriusIn Bed Location

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/Location/atrius-in-bed-example> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "atrius-in-bed-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-location-bed" ;
       fhir:index -1 ;
       fhir:link <https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-location-bed>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location atrius-in-bed-example</b></p><a name=\"atrius-in-bed-example\"> </a><a name=\"hcatrius-in-bed-example\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-atrius-in-location-bed.html\">Atrius India Core Bed Location</a></p></div><p><b>status</b>: Active</p><p><b>operationalStatus</b>: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v2-0116.html#v2-0116-U\">bedStatus: U</a> (Unoccupied)</p><p><b>name</b>: Medical Ward A — Bed 1</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{https://atrius.in/fhir/CodeSystem/atrius-bed-category general}\">General ward</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bd}\">Bed</span></p><p><b>managingOrganization</b>: <a href=\"Organization-atrius-in-organization-example.html\">Organization AtriusIn General Hospital</a></p><p><b>partOf</b>: <a href=\"Location-atrius-in-ward-example.html\">Location Medical Ward A</a></p></div>"
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.operationalStatus [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0116" ] ;
     fhir:Coding.code [ fhir:value "U" ] ;
     fhir:Coding.display [ fhir:value "Unoccupied" ]
  ] ;
  fhir:Location.name [ fhir:value "Medical Ward A — Bed 1"] ;
  fhir:Location.mode [ fhir:value "instance"] ;
  fhir:Location.type [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "https://atrius.in/fhir/CodeSystem/atrius-bed-category" ] ;
       fhir:Coding.code [ fhir:value "general" ] ;
       fhir:Coding.display [ fhir:value "General ward" ]
     ]
  ] ;
  fhir:Location.physicalType [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ] ;
       fhir:Coding.code [ fhir:value "bd" ] ;
       fhir:Coding.display [ fhir:value "Bed" ]
     ]
  ] ;
  fhir:Location.managingOrganization [
     fhir:link <http://hl7.org/fhir/Organization/atrius-in-organization-example> ;
     fhir:Reference.reference [ fhir:value "Organization/atrius-in-organization-example" ]
  ] ;
  fhir:Location.partOf [
     fhir:link <http://hl7.org/fhir/Location/atrius-in-ward-example> ;
     fhir:Reference.reference [ fhir:value "Location/atrius-in-ward-example" ]
  ] .

<http://hl7.org/fhir/Organization/atrius-in-organization-example> a fhir:Organization .

<http://hl7.org/fhir/Location/atrius-in-ward-example> a fhir:Location .

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

<http://hl7.org/fhir/Location/atrius-in-bed-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Location/atrius-in-bed-example.ttl> .