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

FHIR IG analytics

Packageau.gov.digitalhealth.r4.hcpd
Resource TypePractitioner
IdPractitioner-external-hc-practitioner-record.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 external-hc-practitioner-record

Person Recorded Sex Or Gender

  • value: Male

identifier: National provider identifier/8003616566719020

name: John Fryer (Official), John Fryer

telecom: +61 2 8555 0199, +61 2 7777 0199

qualification

identifier: Provider number/PRN-123456 (use: official, )

code: Clinical Hypnotherapist

issuer: Australian Clinical Hypnotherapy Association

qualification

identifier: Provider number/PRN-2468 (use: official, )

code: Pathologist

issuer: RCPA

communication: Italian


Source1

{
  "resourceType": "Practitioner",
  "id": "external-hc-practitioner-record",
  "meta": {
    "profile": [
      "http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hc-practitioner"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/administrative-gender",
                "code": "male",
                "display": "Male"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NPI"
          }
        ]
      },
      "system": "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
      "value": "8003616566719020"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Fryer",
      "given": [
        "John"
      ],
      "prefix": [
        "Dr"
      ]
    },
    {
      "use": "usual",
      "family": "Fryer",
      "given": [
        "John"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+61 2 8555 0199",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "+61 2 7777 0199",
      "use": "home"
    }
  ],
  "qualification": [
    {
      "identifier": [
        {
          "use": "official",
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "PRN"
              }
            ]
          },
          "system": "http://example.org/fhir/identifier/acha-prn",
          "value": "PRN-123456"
        }
      ],
      "code": {
        "text": "Clinical Hypnotherapist"
      },
      "issuer": {
        "display": "Australian Clinical Hypnotherapy Association"
      }
    },
    {
      "identifier": [
        {
          "use": "official",
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "PRN"
              }
            ]
          },
          "system": "http://example.org/fhir/identifier/rcpa-prn",
          "value": "PRN-2468"
        }
      ],
      "code": {
        "text": "Pathologist"
      },
      "issuer": {
        "display": "RCPA"
      }
    }
  ],
  "communication": [
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "it",
          "display": "Italian"
        }
      ]
    }
  ]
}