ESMD FHIR Implementation Guide
1.0.0 - esmd

ESMD FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ExampleEsmdDocumentReferenceValid - JSON Representation

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "ExampleEsmdDocumentReferenceValid",
  "meta" : {
    "profile" : [
      🔗 "https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-DocumentReference"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HTEST"
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "V"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference ExampleEsmdDocumentReferenceValid</b></p><a name=\"ExampleEsmdDocumentReferenceValid\"> </a><a name=\"hcExampleEsmdDocumentReferenceValid\"> </a><a name=\"ExampleEsmdDocumentReferenceValid-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Esmd-DocumentReference.html\">Esmd Document Reference Profile</a></p><p style=\"margin-bottom: 0px\">Security Labels: test health data (Details: ActReason code HTEST = 'test health data'), very restricted (Details: Confidentiality code V = 'very restricted')</p></div><p><b>identifier</b>: <code>https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Idn-UniqueId</code>/UNIQUE1234569</p><p><b>status</b>: Current</p><p><b>date</b>: 2024-09-18 00:00:00+0000</p><p><b>securityLabel</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-Confidentiality V}\">very restricted</span></p><blockquote><p><b>content</b></p><blockquote><p><b>attachment</b></p><blockquote><p><b>id</b></p>D12</blockquote><p><b>contentType</b>: application/pdf</p><p><b>url</b>: urn:uuid:aaaaaaaa-bbbb-cccc-dddd-e10111100004</p><p><b>size</b>: 190</p><p><b>hash</b>: <code>2jmj7l5rSw0yVb/vlWAYkK/YBwk=</code></p><p><b>title</b>: Sample Medical Document</p><p><b>creation</b>: 2024-09-18 12:00:00+0000</p></blockquote></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>FacilityType</b></td><td><b>PracticeSetting</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://terminology.esmduat.cms.gov:8099/fhir/CodeSystem/Esmd-CS-FacilityTypeCodes hih}\">Health Information Handler (HIH)</span></td><td><span title=\"Codes:{http://snomed.info/sct 408467006}\">Adult mental illness - specialty (qualifier value)</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Idn-UniqueId",
      "value" : "UNIQUE1234569"
    }
  ],
  "status" : "current",
  "date" : "2024-09-18T00:00:00Z",
  "securityLabel" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
          "code" : "V",
          "display" : "very restricted"
        }
      ]
    }
  ],
  "content" : [
    {
      "attachment" : {
        "id" : "D12",
        "contentType" : "application/pdf",
        "url" : "urn:uuid:aaaaaaaa-bbbb-cccc-dddd-e10111100004",
        "size" : 190,
        "hash" : "2jmj7l5rSw0yVb/vlWAYkK/YBwk=",
        "title" : "Sample Medical Document",
        "creation" : "2024-09-18T12:00:00Z"
      }
    }
  ],
  "context" : {
    "facilityType" : {
      "coding" : [
        {
          "system" : "https://terminology.esmduat.cms.gov:8099/fhir/CodeSystem/Esmd-CS-FacilityTypeCodes",
          "code" : "hih",
          "display" : "Health Information Handler (HIH)"
        }
      ]
    },
    "practiceSetting" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "408467006"
        }
      ]
    }
  }
}