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

FHIR IG analytics

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

identifier: Medicare Provider Number/1234561A

practitioner: Practitioner Francis Fernando

organization: Organization Devonport Family Medicine Clinic

code: General practitioner

specialty: General practice (specialty)

location: Location: status = active; type = Family medicine clinic; physicalType = Building

healthcareService: HealthcareService General Practitioner services

telecom: francis.fernando@alphamail.example.com

availableTime

daysOfWeek: Monday, Tuesday, Wednesday, Thursday, Friday

availableStartTime: 08:00:00

availableEndTime: 20:00:00

NotAvailables

-Description
*Weekends

Source1

{
  "resourceType": "PractitionerRole",
  "id": "example3",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "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"
    }
  ],
  "practitioner": {
    "reference": "Practitioner/example3"
  },
  "organization": {
    "reference": "Organization/example3"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "62247001",
          "display": "General practitioner"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394814009",
          "display": "General practice (specialty)"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/example3"
    }
  ],
  "healthcareService": [
    {
      "reference": "HealthcareService/example3"
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "francis.fernando@alphamail.example.com",
      "use": "work"
    }
  ],
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "availableStartTime": "08:00:00",
      "availableEndTime": "20:00:00"
    }
  ],
  "notAvailable": [
    {
      "description": "Weekends"
    }
  ]
}