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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypePractitionerRole
IdPractitionerRole-example0.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


Source1

{
  "resourceType": "PractitionerRole",
  "id": "example0",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "UPIN"
          }
        ],
        "text": "Medicare Provider Number"
      },
      "system": "http://ns.electronichealth.net.au/id/medicare-provider-number",
      "value": "1234561A"
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/example0"
  },
  "organization": {
    "reference": "Organization/example0"
  },
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394579002",
          "display": "Cardiology"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/example0"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0255507777",
      "use": "work"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org.au/fhir/StructureDefinition/contact-purpose",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org.au/CodeSystem/contact-purpose",
                "code": "after-hours",
                "display": "After Hours"
              }
            ]
          }
        }
      ],
      "system": "phone",
      "value": "0255508888"
    }
  ]
}