Kids First Implementation Guide
0.1.0 - CI Build

Kids First Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Kids First PractitionerRole/pr-001 - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "pr-001",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/PractitionerRole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: pr-001</p><p><b>meta</b>: </p><p><b>practitioner</b>: <a href=\"Practitioner-ig-001.html\">Generated Summary: id: ig-001; Christine Seidman; Christine Seidman</a></p><p><b>organization</b>: <a href=\"Organization-og-001.html\">Generated Summary: id: og-001; name: Harvard Medical School</a></p><p><b>code</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/practitioner-role researcher}\">Researcher</span></p></div>"
  },
  "practitioner" : {
    "reference" : "Practitioner/ig-001"
  },
  "organization" : {
    "reference" : "Organization/og-001"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
          "code" : "researcher",
          "display" : "Researcher"
        }
      ]
    }
  ]
}