FHIR IG analytics| Package | hl7.fhir.us.vrdr.r4 |
| Resource Type | Location |
| Id | Location-InjuryLocation-Example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location InjuryLocation-Example1
name: Home
description: 5590 Lockwood Drive 20621 US
type: Injury Location
address: 5590 Lockwood Drive 20621 US
{
"resourceType": "Location",
"id": "InjuryLocation-Example1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-injury-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "Home",
"description": "5590 Lockwood Drive 20621 US",
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs",
"code": "injury"
}
]
}
],
"address": {
"text": "5590 Lockwood Drive 20621 US"
}
}