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

FHIR IG analytics

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

Profile: Paciente

Ana María Rodríguez García (official) Female, DoB: 2010-03-22 ( Cédula Nacional: 8-1234-5678 (use: official, ))


Active:true
Mother:

Source1

{
  "resourceType": "Patient",
  "id": "CRPatientWithContactMother",
  "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": "8-1234-5678"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Rodríguez García",
      "given": [
        "Ana",
        "María"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "2010-03-22",
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "72705000"
            }
          ]
        }
      ],
      "name": {
        "use": "official",
        "family": "García López",
        "given": [
          "María",
          "Elena"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+506 8765 4321",
          "use": "mobile"
        },
        {
          "system": "email",
          "value": "maria.elena.garcia@example.cr"
        }
      ],
      "gender": "female"
    }
  ]
}