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

FHIR IG analytics

Packagehl7.at.fhir.elga.aps.r4
Resource TypeDocumentReference
IdDocumentReference-AtApsExampleDocumentReference01.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 AtApsExampleDocumentReference01

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

identifier: Uniform Resource Identifier (URI)/urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234

status: Current

docStatus: Preliminary

type: Outpatient Note

subject: Maria Musterfrau

date: 2005-12-24 09:43:41+1100

author: Hanna Hausärztin

authenticator: Organization Amadeus Spital

custodian: Organization Amadeus Spital

description: Körperliche Untersuchung

securityLabel: very restricted

content

Attachments

-ContentTypeLanguageUrlSizeHashTitleCreation
*application/hl7-v3+xmlGerman (Region=Germany)http://example.org/xds/mhd/Binary/07a6483f-732b-461e-86b6-edb665c4551036542jmj7l5rSw0yVb/vlWAYkK/YBwk=Körperliche Untersuchung2005-12-24 09:35:00+1100

Source1

{
  "resourceType": "DocumentReference",
  "id": "AtApsExampleDocumentReference01",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-documentreference"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "masterIdentifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234"
    }
  ],
  "status": "current",
  "docStatus": "preliminary",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "34108-1",
        "display": "Outpatient Note"
      }
    ]
  },
  "subject": {
    "reference": "Patient/at-aps-example-patient-01",
    "display": "Maria Musterfrau"
  },
  "date": "2005-12-24T09:43:41+11:00",
  "author": [
    {
      "reference": "Practitioner/at-aps-example-practitioner-01",
      "display": "Hanna Hausärztin"
    }
  ],
  "authenticator": {
    "reference": "Organization/AtApsExampleOrganization01"
  },
  "custodian": {
    "reference": "Organization/AtApsExampleOrganization01"
  },
  "description": "Körperliche Untersuchung",
  "securityLabel": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
          "code": "V",
          "display": "very restricted"
        }
      ]
    }
  ],
  "content": [
    {
      "attachment": {
        "contentType": "application/hl7-v3+xml",
        "language": "de-DE",
        "url": "http://example.org/xds/mhd/Binary/07a6483f-732b-461e-86b6-edb665c45510",
        "size": 3654,
        "hash": "2jmj7l5rSw0yVb/vlWAYkK/YBwk=",
        "title": "Körperliche Untersuchung",
        "creation": "2005-12-24T09:35:00+11:00"
      }
    }
  ]
}