FHIR IG analytics| Package | hl7.fhir.us.safr |
| Resource Type | Location |
| Id | Location-PEDSBed7.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location PEDSBed7
Profile: QICore Locationversion: null6.0.0)
identifier: http://www.example.org/bed-location/007
status: Active
name: Pediatric at Memorial Hospital
type: Pediatric
physicalType: Bed
{
"resourceType": "Location",
"id": "PEDSBed7",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location|6.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.example.org/bed-location",
"value": "007"
}
],
"status": "active",
"name": "Pediatric at Memorial Hospital",
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
"code": "PEDS",
"display": "Pediatric"
}
]
}
],
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"version": "2.0.1",
"code": "bd"
}
]
}
}