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

FHIR IG analytics

Packagehl7.fhir.us.sdoh-clinicalcare.r4b
Resource TypeLocation
IdLocation-SDOHCC-LocationExample.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 SDOHCC-LocationExample

name: Family Counseling Services Deerland Clinic

address: 245 Amble St, Deerland, IL 62223


Source1

{
  "resourceType": "Location",
  "id": "SDOHCC-LocationExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": "Family Counseling Services Deerland Clinic",
  "address": {
    "text": "245 Amble St, Deerland, IL 62223",
    "line": [
      "245 Amble St,"
    ],
    "city": "Deerland",
    "state": "IL",
    "postalCode": "62223"
  }
}