FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.vrdr.r4b
Resource TypeLocation
IdLocation-InjuryLocation-Example1.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
  }
}