FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesurescripts.specialty
Resource TypeDocumentReference
Idexample-SPOClinicalInformationResponse-DocumentReference-clinicalNote.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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="
      }
    }
  ]
}