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

FHIR IG analytics

Packagehl7.fhir.uv.ipa.r4
Resource TypeDocumentReference
IdDocumentReference-USClinicalNoteExample1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: DocumentReference USClinicalNoteExample1

status: Current

docStatus: Final

type: Progress Note

category: Clinical Note

subject: Lufhir, Meiko

date: 2019-05-21 20:19:30+0000

author: Marty Seeger

content

Attachments

-ContentTypeUrl
*text/htmlBinary/ekAJmRWsOeeVsqjgMnmX-5ZTCqyW.NZW3fvSH8mNXZSg3

Contexts

-Period
*2019-05-21 04:59:00+0000 --> (ongoing)

Source1

{
  "resourceType": "DocumentReference",
  "id": "USClinicalNoteExample1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-documentreference"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "docStatus": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11506-3",
        "display": "Progress Note"
      }
    ],
    "text": "Progress Note"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "34109-9",
          "display": "Note"
        }
      ],
      "text": "Clinical Note"
    }
  ],
  "subject": {
    "reference": "Patient/PatientExample1",
    "display": "Lufhir, Meiko"
  },
  "date": "2019-05-21T20:19:30Z",
  "author": [
    {
      "reference": "Practitioner/PractitionerExample1",
      "display": "Marty Seeger"
    }
  ],
  "content": [
    {
      "attachment": {
        "contentType": "text/html",
        "url": "Binary/ekAJmRWsOeeVsqjgMnmX-5ZTCqyW.NZW3fvSH8mNXZSg3"
      }
    }
  ],
  "context": {
    "period": {
      "start": "2019-05-21T04:59:00Z"
    }
  }
}