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

FHIR IG analytics

Packagehl7.fhir.cr.meddyg.laboratory-results
Resource TypeOrganization
IdOrganization-OrganizationHospitalMexicoExample.json
FHIR VersionR5

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

Hospital público de la CCSS que participa en reportes de laboratorio.


Source1

{
  "resourceType": "Organization",
  "id": "OrganizationHospitalMexicoExample",
  "meta": {
    "profile": [
      "https://hl7.meddyg.com/fhir/laboratory-results/StructureDefinition/cr-organization-laboratory-result"
    ]
  },
  "language": "es",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "https://hl7.meddyg.com/fhir/laboratory-results/CodeSystem/cr-identifier-type",
            "code": "cedula-juridica",
            "display": "Cédula Jurídica"
          }
        ]
      },
      "system": "https://hl7.meddyg.com/fhir/laboratory-results/sid/ccss-organization-id",
      "value": "3-101-000100"
    }
  ],
  "active": true,
  "name": "Hospital México",
  "partOf": {
    "reference": "Organization/OrganizationCCSSExample"
  }
}