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

FHIR IG analytics

Packagehl7.fhir.cr.laboratory-results
Resource TypePatient
IdPatient-PatientLabResultExample.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 PatientLabResultExample

Juan Carlos Pérez García (official) Male, DoB: 1980-06-15 ( Cédula Nacional: 402-1234-5678 (use: official, ))


Active:true
Contact Detail

Source1

{
  "resourceType": "Patient",
  "id": "PatientLabResultExample",
  "meta": {
    "profile": [
      "https://hl7.or.cr/fhir/laboratory-results/StructureDefinition/cr-lab-result-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "https://hl7.or.cr/fhir/terminology/CodeSystem/identifier-type",
            "version": "0.1.0",
            "code": "cedula-nacional",
            "display": "Cédula Nacional"
          }
        ]
      },
      "system": "https://hl7.or.cr/fhir/identifier/cr-identifier",
      "value": "402-1234-5678"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Pérez García",
      "given": [
        "Juan",
        "Carlos"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+506 2234 5678",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "juan.perez@email.cr",
      "use": "work"
    }
  ],
  "gender": "male",
  "birthDate": "1980-06-15",
  "address": [
    {
      "use": "home",
      "type": "physical",
      "line": [
        "100 metros al este de la Farmacia Metropolitana"
      ],
      "city": "San José",
      "district": "San José",
      "state": "San José",
      "postalCode": "10101",
      "country": "Costa Rica"
    }
  ]
}