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

FHIR IG analytics

Packagehl7.fhir.us.dapl
Resource TypeLocation
IdLocation-deidentified-location-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Location",
  "id": "deidentified-location-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-deidentified-location"
    ]
  },
  "status": "active",
  "address": {
    "city": "METHUEN",
    "state": "MA",
    "postalCode": "01800",
    "country": "US"
  },
  "managingOrganization": {
    "reference": "Organization/holy-healthcare",
    "display": "Holy Healthcare"
  }
}