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

FHIR IG analytics

Packagehl7.fhir.us.vrdr
Resource TypeLocation
IdLocation-DispositionLocation-Example1.json
FHIR VersionR4

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 DispositionLocation-Example1

name: Rosewood Cemetary

type: Disposition Location

address: 303 Rosewood Ave Danville VA 24541 US

physicalType: Site


Source1

{
  "resourceType": "Location",
  "id": "DispositionLocation-Example1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-disposition-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": "Rosewood Cemetary",
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs",
          "code": "disposition"
        }
      ]
    }
  ],
  "address": {
    "line": [
      "303 Rosewood Ave"
    ],
    "city": "Danville",
    "state": "VA",
    "postalCode": "24541",
    "country": "US"
  },
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "si",
        "display": "Site"
      }
    ]
  }
}