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

FHIR IG analytics

Packagehl7.fhir.cl.minsal.nid
Resource TypePractitioner
IdPractitioner-EjemploPractiAdmin.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: Practicante / Profesional EjemploPractiAdmin

identifier: RUN/90000000-6 (use: official, )

active: true

name: Caludio Parra (Official)

address: null (work)

gender: Male

birthDate: 1980-01-01

Qualifications

-IdentifierCode
*certSecretario

Source1

{
  "resourceType": "Practitioner",
  "id": "EjemploPractiAdmin",
  "meta": {
    "profile": [
      "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/MINSALPractitionerAdministrativo"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:iso:std:iso:3166",
                  "code": "152",
                  "display": "Chile"
                }
              ]
            }
          }
        ],
        "coding": [
          {
            "system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador",
            "code": "01",
            "display": "RUN"
          }
        ]
      },
      "value": "90000000-6",
      "assigner": {
        "display": "Republica de Chile"
      }
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Parra",
      "_family": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido",
            "valueString": "Sandoval"
          }
        ]
      },
      "given": [
        "Caludio"
      ]
    }
  ],
  "address": [
    {
      "use": "work",
      "_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"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "gender": "male",
  "birthDate": "1980-01-01",
  "qualification": [
    {
      "identifier": [
        {
          "value": "cert"
        }
      ],
      "code": {
        "text": "Secretario"
      }
    }
  ]
}