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

FHIR IG analytics

Packagehl7.fhir.us.mdi.r4b
Resource TypeLocation
IdLocation-vrdr-injury-location-dcr-ex1.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 vrdr-injury-location-dcr-ex1

name: Home

type: Injury Location

address: 1 Two Street Kennesaw GA 30144 US


Source1

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