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

FHIR IG analytics

Packageswiss.mednet.fhir
Resource TypeDocumentReference
IdDocumentReference-mni-documentReference-example2.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 mni-documentReference-example2

status: Current

type: Laboratory report (record artifact)

category: Summary clinical document (record artifact)

content

Attachments

-ContentTypeUrlTitleCreation
*application/pdffile://c:/temp/document2.pdfSecond report2018-10-10

Source1

{
  "resourceType": "DocumentReference",
  "id": "mni-documentReference-example2",
  "meta": {
    "profile": [
      "https://mednet.swiss/fhir/StructureDefinition/mni-documentReference"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "4241000179101",
        "display": "Laboratory report (record artifact)"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "422735006",
          "display": "Summary clinical document (record artifact)"
        }
      ]
    }
  ],
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "file://c:/temp/document2.pdf",
        "title": "Second report",
        "creation": "2018-10-10"
      }
    }
  ]
}