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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pas.r4
Resource TypeLocation
IdLocation-SurgicalLocationExample.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 SurgicalLocationExample

name: REFERRAL CLINIC

address: 111 1ST STREET SAN DIEGO CA 92101 US


Source1

{
  "resourceType": "Location",
  "id": "SurgicalLocationExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": "REFERRAL CLINIC",
  "address": {
    "line": [
      "111 1ST STREET"
    ],
    "city": "SAN DIEGO",
    "state": "CA",
    "postalCode": "92101",
    "country": "US"
  }
}