FHIR IG analytics| Package | hl7.fhir.us.mdi.r4b |
| Resource Type | Location |
| Id | Location-vrdr-injury-location-dcr-ex1.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location vrdr-injury-location-dcr-ex1
Profile: Injury Location
name: Home
type: Injury Location
address: 1 Two Street Kennesaw GA 30144 US
{
"resourceType": "Location",
"id": "vrdr-injury-location-dcr-ex1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-injury-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "Home",
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs",
"code": "injury"
}
]
}
],
"address": {
"line": [
"1 Two Street"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "1"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Two"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType",
"valueString": "Street"
}
]
}
],
"city": "Kennesaw",
"district": "COBB",
"state": "GA",
"postalCode": "30144",
"country": "US"
}
}