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

FHIR IG analytics

Packagehl7.fhir.cl.clips
Resource TypePatient
IdPatient-PacienteClIpsEjemplo.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: Patient PacienteClIpsEjemplo

Profile: Paciente

Vale Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))


Active:true
Alt. Name:Valentina Ester Henriquez (Official)
Contact Detail
  • ph: 932785678(Mobile)
  • Av. General Vidaurre, casa 84 G Santiago Centro Metropolitana de Santiago Chile (home)

Source1

{
  "resourceType": "Patient",
  "id": "PacienteClIpsEjemplo",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Paciente-cl-ips"
    ]
  },
  "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/CSCodigoDNI",
            "code": "NNCHL",
            "display": "Chile"
          }
        ]
      },
      "system": "http://regcivil.cl/Validacion/RUN",
      "value": "19.241.323-8"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Henriquez",
      "given": [
        "Valentina",
        "Ester"
      ]
    },
    {
      "use": "usual",
      "given": [
        "Vale"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "932785678",
      "use": "mobile"
    }
  ],
  "gender": "female",
  "birthDate": "1995-05-01",
  "address": [
    {
      "use": "home",
      "line": [
        "Av. General Vidaurre, casa 84 G"
      ],
      "city": "Santiago Centro",
      "_city": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ComunasCl",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodComunasCL",
                  "code": "13101",
                  "display": "Santiago Centro"
                }
              ]
            }
          }
        ]
      },
      "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"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}