DocumentReference.txt 828 Bytes
{
  "resourceType": "DocumentReference",
  "subject": {
    "reference": "Patient/::Patient::"
  },
  "type": {
  "coding": [
    {
      "system": "http://loinc.org",
          "code": "305"
        },
        {
          "system": "http://loinc.org",
          "code": "11488-4"
        }
  ]
} ,
  "indexed": "::indexeddate::",
  "status": "current",
  "docStatus": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/composition-status",
        "code": "final"
      }
    ]
  },
  "description": "::description::",
  "content": [
    {
      "attachment": {
        "contentType": "application/xhtml+xml;charset=utf-8",
        "data": "::data::"
      }
    }
  ],
  "context": {
    "encounter": {
      "reference": "Encounter/::Encounter::"
    },
    "period": {
      "end": "::enddate::"
    }
  }
}