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

FHIR IG analytics

Packagefhir.org.nz.ig.base
Resource TypePractitioner
IdPractitioner-practitioner-additional-authorisation.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 practitioner-additional-authorisation

name: John Doe

gender: Male

birthDate: 1998-01-01

Qualifications

-ExtensionCode
*Bachelor of Science

Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-additional-authorisation",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "text": "John Doe",
      "family": "Doe",
      "given": [
        "John"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1998-01-01",
  "qualification": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "code",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "https://standards.digital.health.nz/ns/practitioner-additional-authorisation-code",
                    "code": "IMMU",
                    "display": "Immunisation"
                  }
                ]
              }
            },
            {
              "url": "period",
              "valuePeriod": {
                "start": "2022-01-01"
              }
            }
          ],
          "url": "http://hl7.org.nz/fhir/StructureDefinition/additional-authorisation"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code": "BS"
          }
        ]
      }
    }
  ]
}