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

FHIR IG analytics

Packagehl7.fhir.kr.core
Resource TypePractitioner
IdPractitioner-krcore-paramedic-example-01.json
FHIR VersionR4

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: Practitioner krcore-paramedic-example-01

identifier: https://www.example119.com/Identifier/paramedic-id/example-paramedic-id-01

name: 김하늘(Official)

gender: Female

birthDate: 1993-03-15

Qualifications

-Code
*응급구조사

Source1

{
  "resourceType": "Practitioner",
  "id": "krcore-paramedic-example-01",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://www.example119.com/Identifier/paramedic-id",
      "value": "example-paramedic-id-01"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "김하늘"
    }
  ],
  "gender": "female",
  "birthDate": "1993-03-15",
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "397897005",
            "display": "Paramedic (occupation)"
          }
        ],
        "text": "응급구조사"
      }
    }
  ]
}