LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: CDM PractitionerRole - EMR PCP - JSON Representation
Raw json | Download
{
"resourceType" : "PractitionerRole",
"id" : "CDMPractitionerRole-EMR-PCP",
"meta" : {
"extension" : [
{
"url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/tenant-id",
"valueString" : "99999"
},
{
"url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/ingestion-batch-id",
"valueString" : "b069a545-9506-40c6-8498-23de2e189143"
}
],
"source" : "http://acme-health.com/emr1",
"profile" : [
"http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-practitioner-role"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"CDMPractitionerRole-EMR-PCP\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource PractitionerRole \"CDMPractitionerRole-EMR-PCP\" </p><p style=\"margin-bottom: 0px\">Information Source: http://acme-health.com/emr1!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cdm-practitioner-role.html\">CDM Practitioner Role</a></p></div><p><b>identifier</b>: Source System Row Identifier: 5870c580-0d87-4237-a86b-a49ef4637b31(use: OFFICIAL)</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-DrKelly.html\">Practitioner/DrKelly</a> \" KELLY\"</p><p><b>code</b>: General physician <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#59058001)</span></p><p><b>specialty</b>: General practice (specialty) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394814009)</span></p><p><b>location</b>: <a href=\"Location-KellyClinic.html\">Location/KellyClinic</a> \"Kelly Clinic\"</p></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type",
"code" : "SSRI"
}
]
},
"system" : "http://acme-health.com/emr1/practitioner-role",
"value" : "5870c580-0d87-4237-a86b-a49ef4637b31",
"assigner" : {
"display" : "Acme Health - EMR1"
}
}
],
"active" : true,
"practitioner" : {
"reference" : "Practitioner/DrKelly"
},
"code" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "59058001",
"display" : "General physician"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "394814009",
"display" : "General practice (specialty)"
}
]
}
],
"location" : [
{
"reference" : "Location/KellyClinic"
}
]
}