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

FHIR IG analytics

Packagehl7.fhir.cr.meddyg.laboratory-results
Resource TypePractitioner
IdPractitioner-PractitionerLaboratoryResultExample.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

Profesional de salud responsable de la validación y reporte de laboratorio.


Source1

{
  "resourceType": "Practitioner",
  "id": "PractitionerLaboratoryResultExample",
  "meta": {
    "profile": [
      "https://hl7.meddyg.com/fhir/laboratory-results/StructureDefinition/cr-practitioner-laboratory-result"
    ]
  },
  "language": "es",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "https://hl7.meddyg.com/fhir/laboratory-results/CodeSystem/cr-identifier-type",
            "code": "cedula-nacional",
            "display": "Cédula Nacional"
          }
        ]
      },
      "system": "https://hl7.meddyg.com/fhir/laboratory-results/sid/cedula-nacional",
      "value": "1234567890"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Ramírez",
      "_family": {
        "extension": [
          {
            "url": "https://hl7.meddyg.com/fhir/laboratory-results/StructureDefinition/ext-second-surname",
            "valueString": "López"
          }
        ]
      },
      "given": [
        "María",
        "José"
      ]
    }
  ],
  "gender": "female"
}