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

FHIR IG analytics

Packagefhir.nl.gf
Resource TypeDocumentReference
IdDocumentReference-52b792ba-11ae-42f3-bcc1-231f333f2317.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 52b792ba-11ae-42f3-bcc1-231f333f2317

status: Current

type: Patient data Document

subject: Identifier: Pseudonymized BSN/123456789

custodian: Identifier: Ura/22222222

content

Attachments

-ContentTypeUrl
*application/json+fhirhttps://cp2-test.example.org/fhirr4/Patient/27e58ece-409e-44f9-8cc1-b33495a0ef9d

Source1

{
  "resourceType": "DocumentReference",
  "id": "52b792ba-11ae-42f3-bcc1-231f333f2317",
  "meta": {
    "profile": [
      "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-localization-documentreference"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "55188-7",
        "display": "Patient data Document"
      }
    ]
  },
  "subject": {
    "identifier": {
      "system": "http://fhir.nl/fhir/NamingSystem/pseudo-bsn",
      "value": "123456789"
    }
  },
  "custodian": {
    "identifier": {
      "system": "http://fhir.nl/fhir/NamingSystem/ura",
      "value": "22222222"
    }
  },
  "content": [
    {
      "attachment": {
        "contentType": "application/json+fhir",
        "url": "https://cp2-test.example.org/fhirr4/Patient/27e58ece-409e-44f9-8cc1-b33495a0ef9d"
      }
    }
  ]
}