Protocols for Clinical Registry Extraction and Data Submission (CREDS) IG, published by HL7 International / Clinical Interoperability Council. This is not an authorized publication; it is the continuous build for version 1.0.0. This version is based on the current content of https://github.com/HL7/fhir-registry-protocols-ig/ and changes regularly. See the Directory of published versions
: Example Location - JSON Representation
Raw json | Download
{
"resourceType" : "Location",
"id" : "Enc-location",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"Enc-location\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Location "Enc-location" </p></div><p><b>status</b>: active</p><p><b>name</b>: North Wing of Veterinarian's Hospital</p><p><b>managingOrganization</b>: <a href=\"Organization-VeterinariansHospital.html\">Organization/VeterinariansHospital</a> "Veterinarian's Hospital"</p></div>"
},
"status" : "active",
"name" : "North Wing of Veterinarian's Hospital",
"managingOrganization" : {
🔗 "reference" : "Organization/VeterinariansHospital"
}
}