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

FHIR IG analytics

Packagehl7.fhir.cl.clcore
Resource TypeOrganization
IdOrganization-EjemploLaboratorio1.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: Organización EjemploLaboratorio1

identifier: 785943520-7

active: true

name: Laboratorio ACME de Chile

address: Irrarazaval 1234 ÑuÑoa Metropolitana de Santiago Chile


Source1

{
  "resourceType": "Organization",
  "id": "EjemploLaboratorio1",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreOrganizacionCl"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "785943520-7"
    }
  ],
  "active": true,
  "name": "Laboratorio ACME de Chile",
  "address": [
    {
      "line": [
        "Irrarazaval 1234"
      ],
      "city": "ÑuÑoa",
      "_city": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ComunasCl",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodComunasCL",
                  "code": "13120",
                  "display": "ÑuÑoa"
                }
              ]
            }
          }
        ]
      },
      "district": "Santiago",
      "_district": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ProvinciasCl",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodProvinciasCL",
                  "code": "131",
                  "display": "Santiago"
                }
              ]
            }
          }
        ]
      },
      "state": "Metropolitana de Santiago",
      "_state": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/RegionesCl",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodRegionCL",
                  "code": "13",
                  "display": "Metropolitana de Santiago"
                }
              ]
            }
          }
        ]
      },
      "country": "Chile",
      "_country": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:iso:std:iso:3166",
                  "code": "152",
                  "display": "Chile"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}