Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
    "resourceType": "PractitionerRole",
    "healthcareService": [
        {
            "reference": "HealthcareService/69F8201B-3812-40C1-963C-0F330B9BBC7D"
        }
    ],
    "id": "019E3C7A-0392-41BA-9B78-07519B301483",
    "identifier": [
        {
            "type": {
                "coding": [
                    {
                        "code": "UUID",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "019E3C7A-0392-41BA-9B78-07519B301483"
        }
    ],
    "location": [
        {
            "reference": "HealthcareService/69F8201B-3812-40C1-963C-0F330B9BBC7D"
        }
    ],
    "practitioner": {
        "reference": "Practitioner/019E3C7A-0392-41BA-9B78-07519B301483"
    }
}

...