Versions Compared

Key

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

...

Example JSON representation of content:

Code Block
languagejson
{
    "resourceType": "PractitionerRole",
    "identifier": [
        {
            "type": {
                "coding": [
                    {
                        "code": "ACSN",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "6"
        }
    ],
    "location": [
        {
            "reference": "Location/hfcode"
        }
    ],
    "practitioner": {
        "reference": "Practitioner/code"
    }
}

...