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

FHIR IG analytics

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

Profile: Paciente

David Ramírez Solís (official) Male, DoB: 1988-11-14 ( Cédula Nacional: 7-1234-5678 (use: official, ))


Active:true
Contact DetailAvenida Central 456 Casa 28 Alajuela Alajuela (home)
Spouse:
  • Patricia Torres Vargas (Official) (Female)
  • Avenida Central 456 Casa 28 (home)
  • +506 7654 3210

Source1

{
  "resourceType": "Patient",
  "id": "CRPatientWithContactSpouse",
  "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": "7-1234-5678"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Ramírez Solís",
      "given": [
        "David"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1988-11-14",
  "address": [
    {
      "use": "home",
      "type": "both",
      "line": [
        "Avenida Central 456",
        "Casa 28"
      ],
      "city": "Alajuela",
      "_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": "201",
                  "display": "Alajuela"
                }
              ]
            }
          }
        ]
      },
      "state": "Alajuela",
      "_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-A",
                  "display": "Alajuela"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "127848009"
            }
          ]
        }
      ],
      "name": {
        "use": "official",
        "family": "Torres Vargas",
        "given": [
          "Patricia"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+506 7654 3210",
          "use": "home"
        }
      ],
      "address": {
        "use": "home",
        "type": "both",
        "line": [
          "Avenida Central 456",
          "Casa 28"
        ]
      },
      "gender": "female"
    }
  ]
}