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

FHIR IG analytics

Packageihe.iti.npfs
Resource TypeDocumentReference
IdDocumentReference-12345.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 12345

Profile: NPFS DocumentReference

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

masterIdentifier: Uniform Resource Identifier (URI)/urn:oid:1.2.840.113556.1.8000.2554.53432.348.12973.17740.34205.4355.50220.62012

identifier: Uniform Resource Identifier (URI)/urn:uuid:0c287d32-01e3-4d87-9953-9fcc9404eb23 (use: official, )

status: Current

type: eReferral workflow

category: Code for Workflow Definitions

date: 2023-04-04 11:00:00-0500

author: John Schmidt Other, DoB: 1923-07-25

authenticator: Practitioner: telecom = JohnMoehrke@gmail.com

RelatesTos

-CodeTarget
*ReplacesDocumentReference: masterIdentifier = OID:1.2.840.113556.1.8000.2554.53432.348.12973.17740.34205.4355.50220.62012; status = current; type = eReferral workflow; category = Code for Workflow Definitions; date = 2023-04-04 11:00:00-0500

description: Example of a New DocumentReference resource for Replace. This is fully filled for all mandatory elements and all optional elements.

securityLabel: low

content

Attachments

-ContentTypeLanguageUrlSizeHashTitleCreation
*text/plainEnglish (Region=United States)http://example.com/nowhere.txt0ZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ==DocumentReference for Comprehensive minimally filled metadata2023-04-04 11:00:00-0500

format: unknown PDF: PDF

Contexts

-EventPeriod
*account receivable2020-12-31 23:50:50-0500 --> 2020-12-31 23:50:50-0500

Source1

{
  "resourceType": "DocumentReference",
  "id": "12345",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/NPFS/StructureDefinition/IHE.NPFS.DocumentReference"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "masterIdentifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:1.2.840.113556.1.8000.2554.53432.348.12973.17740.34205.4355.50220.62012"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:0c287d32-01e3-4d87-9953-9fcc9404eb23"
    }
  ],
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "urn:oid:1.3.6.1.4.1.19376.1.5.3.1.5",
        "code": "1.3.6.1.4.1.19376.1.5.3.1.5.1",
        "display": "eReferral workflow"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "https://profiles.ihe.net/ITI/NPFS/CodeSystem/NPFSclasscode",
          "code": "WORKFLOW_DEFINITION"
        }
      ]
    }
  ],
  "date": "2023-04-04T11:00:00-05:00",
  "author": [
    {
      "reference": "Patient/ex-patient"
    }
  ],
  "authenticator": {
    "reference": "Practitioner/ex-practitioner"
  },
  "relatesTo": [
    {
      "code": "replaces",
      "target": {
        "reference": "DocumentReference/ex-DocumentReferenceMinimal"
      }
    }
  ],
  "description": "Example of a New DocumentReference resource for Replace. This is fully filled for all mandatory elements and all optional elements.",
  "securityLabel": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
          "code": "L"
        }
      ]
    }
  ],
  "content": [
    {
      "attachment": {
        "contentType": "text/plain",
        "language": "en-US",
        "url": "http://example.com/nowhere.txt",
        "size": 0,
        "hash": "ZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ==",
        "title": "DocumentReference for Comprehensive minimally filled metadata",
        "creation": "2023-04-04T11:00:00-05:00"
      },
      "format": {
        "system": "urn:oid:2.16.840.1.113883.2.9.3.3.6.1.6",
        "code": "PDF"
      }
    }
  ],
  "context": {
    "event": [
      {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
            "code": "ACCTRECEIVABLE"
          }
        ]
      }
    ],
    "period": {
      "start": "2020-12-31T23:50:50-05:00",
      "end": "2020-12-31T23:50:50-05:00"
    }
  }
}