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

FHIR IG analytics

Packagehl7.fhir.us.ecr
Resource TypeDocumentReference
IdDocumentReference-documentreference-eicr-example.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 documentreference-eicr-example

masterIdentifier: Uniform Resource Identifier (URI)/urn:uuid:db734647-fc99-424c-a864-7e3cda82e703

identifier: urn:oid:2.16.840.1.113883.19.5.99999.19/sTT988#1

status: Current

type: Public health Case report

category: Clinical Note

subject: Eve L Everywoman Female, DoB: 1974-11-24 ( Medical Record Number: 1032702 (use: usual, ))

content

Attachments

-ContentTypeUrl
*text/plainurn:hl7ii:2.16.840.1.113883.19.5.99999.19:1

Source1

{
  "resourceType": "DocumentReference",
  "id": "documentreference-eicr-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference|6.1.0"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "masterIdentifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:uuid:db734647-fc99-424c-a864-7e3cda82e703"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.19.5.99999.19",
      "value": "sTT988#1"
    }
  ],
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "55751-2",
        "display": "Public health Case report"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category",
          "code": "clinical-note",
          "display": "Clinical Note"
        }
      ],
      "text": "Clinical Note"
    }
  ],
  "subject": {
    "reference": "Patient/patient-ecr-eve-everywoman"
  },
  "content": [
    {
      "attachment": {
        "contentType": "text/plain",
        "url": "urn:hl7ii:2.16.840.1.113883.19.5.99999.19:1"
      }
    }
  ]
}