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

FHIR IG analytics

Packagekr.mohw.myhealthway
Resource TypeDocumentReference
IdDocumentReference-MyHealthWayDocumentReferenceExample.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

Resource DocumentReference "MyHealthWayDocumentReferenceExample"

Profile: MyHealthWay DocumentReference Profile

identifier: http://www.example.com/documentReference-example

status: current

type: History and physical note (LOINC#34117-2)

subject: Patient/MyHealthWayPatientExample ""

date: 2013. 7. 1. 오후 10:11:33

content

Attachments

-ContentTypeData
*text/plain(base64 data - 12 bytes)

Contexts

-Encounter
*Encounter/MyHealthWayEncounterExample

Source1

{
  "resourceType": "DocumentReference",
  "id": "MyHealthWayDocumentReferenceExample",
  "meta": {
    "profile": [
      "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-documentreference"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.example.com",
      "value": "documentReference-example"
    }
  ],
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "34117-2",
        "display": "History and physical note"
      }
    ]
  },
  "subject": {
    "reference": "Patient/MyHealthWayPatientExample"
  },
  "date": "2013-07-01T23:11:33+10:00",
  "content": [
    {
      "attachment": {
        "contentType": "text/plain",
        "data": "ZGF0YSBleGFtcGxl"
      }
    }
  ],
  "context": {
    "encounter": [
      {
        "reference": "Encounter/MyHealthWayEncounterExample"
      }
    ]
  }
}