FHIR IG analytics| Package | surescripts.specialty |
| Resource Type | DocumentReference |
| Id | example-SPOClinicalInformationResponse-DocumentReference-clinicalNote.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "DocumentReference",
"id": "example-SPOClinicalInformationResponse-DocumentReference-clinicalNote",
"contained": [
{
"resourceType": "Practitioner",
"id": "a2",
"name": [
{
"family": "Smitty",
"given": [
"Gerald"
]
}
]
}
],
"masterIdentifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7"
},
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234"
}
],
"status": "current",
"docStatus": "preliminary",
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "34117-2",
"display": "History & Physical"
}
]
},
"subject": {
"reference": "Patient/799999"
},
"date": "2005-12-24T09:43:41+11:00",
"author": [
{
"reference": "#a2"
}
],
"content": [
{
"attachment": {
"contentType": "application/pdf",
"language": "en",
"data": "x35="
}
}
]
}