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

FHIR IG analytics

Packagehl7.fhir.cr.core
Resource TypePatient
IdPatient-CRPatientWithAddress.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

Generated Narrative: Patient CRPatientWithAddress

Profile: Paciente

Francisco Xavier Sánchez Rojas (official) Male, DoB: 1982-06-18 ( Cédula Nacional: 6-9876-5432 (use: official, ))


Active:true
Contact DetailCalle Principal 1234 Apartado 567 San José San José 10101 Costa Rica (home)

Source1

{
  "resourceType": "Patient",
  "id": "CRPatientWithAddress",
  "meta": {
    "profile": [
      "https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "https://hl7.or.cr/fhir/terminology/CodeSystem/identifier-type",
            "code": "cedula-nacional",
            "display": "Cédula Nacional"
          }
        ]
      },
      "system": "https://hl7.or.cr/fhir/identifier/client-registry",
      "value": "6-9876-5432"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Sánchez Rojas",
      "given": [
        "Francisco",
        "Xavier"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1982-06-18",
  "address": [
    {
      "use": "home",
      "type": "both",
      "line": [
        "Calle Principal 1234",
        "Apartado 567"
      ],
      "city": "San José",
      "_city": {
        "extension": [
          {
            "url": "https://hl7.or.cr/fhir/core/StructureDefinition/cr-city-ext",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7.or.cr/fhir/terminology/CodeSystem/city-codes",
                  "code": "101",
                  "display": "San José"
                }
              ]
            }
          }
        ]
      },
      "district": "San José",
      "_district": {
        "extension": [
          {
            "url": "https://hl7.or.cr/fhir/core/StructureDefinition/cr-district-ext",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7.or.cr/fhir/terminology/CodeSystem/district-codes",
                  "code": "10101",
                  "display": "Carmen"
                }
              ]
            }
          }
        ]
      },
      "state": "San José",
      "_state": {
        "extension": [
          {
            "url": "https://hl7.or.cr/fhir/core/StructureDefinition/cr-state-ext",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7.or.cr/fhir/terminology/CodeSystem/province-codes",
                  "code": "CR-SJ",
                  "display": "San José"
                }
              ]
            }
          }
        ]
      },
      "postalCode": "10101",
      "country": "Costa Rica",
      "_country": {
        "extension": [
          {
            "url": "https://hl7.or.cr/fhir/core/StructureDefinition/cr-country-ext",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:iso:std:iso:3166",
                  "code": "CRI",
                  "display": "Costa Rica"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}