CdrLocation

Perfil basado en Location.

StructureDefinition

statusΣ ?!0..1codeBinding
nameΣ1..1string
managingOrganizationΣ0..1Reference(CdrOrganization)

Ejemplo de Uso

{
    "resourceType": "Location",
    "meta": {
        "profile":  [
            "http://ssasur.cl/fhir/StructureDefinition/CdrLocation"
        ]
    },
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "identifier":  [
        {
            "use": "official",
            "system": "http://ssasur.cl/CodigoServicioSolicitud",
            "value": "2090"
        }
    ],
    "status": "active",
    "name": "URGENCIA ADULTO-PEDIATRICO",
    "managingOrganization": {
        "reference": "urn:uuid:d0dbe1ec-1e5f-4e9c-b58c-e28e2ab9eebe"
    }
}