The 'NRLS-DocumentReference-1-0' resource profile is used in the NRLS registry interaction to store a reference to a locally held EPaCCs record on the NRLS. Once created the NRLS will identify the type and location of an EPaCCs record. The full detail of EPaCCs Record will therefore not be stored on the NRLS.
The NRLS-DocumentReference-1-0 examples contain URLs for FHIR profiles and for locations of other FHIR resources. These are not intended to be valid at this stage, nor are they an indication of what the URLs might be. The NRLS will need to host these FHIR profiles and resources, however these are just placeholder values for the purposes only of this POC.
Name | Card. | Type | Description & Constraints |
---|---|---|---|
DocumentReference | DocumentReference | NRLS Document | |
masterIdentifier | 1..1 | Identifier | Master Version Specific Identifier |
system | 0..1 | Uri | The namespace for the identifier Example Value: http://www.acme.com/identifiers/patient or urn:ietf:rfc:3986 if the Identifier.value itself is a full uri |
value | 1..1 | String | The value that is unique Example Value: b18f24b7-e72c-44c0-bdf4-7e45d06db1b6 |
subject | 1..1 | Patient | The subject (patient) that this record is refering to, identified using NHS number. Example: https://pds.proxy.nhs.uk/Patient/9409401122 |
type | 1..1 | CodeableConcept | Type of document (code/type) Binding: Type of document. (http://fhir.nhs.net/ValueSet/correspondencedocumenttype-1-0) Binding Strength: Required |
coding | 1..1 | Coding | Code defined by a terminology system |
system | 1..1 | Uri | Identity of the terminology system Fixed Value: http://snomed.info/sct |
code | 1..1 | Code | Symbol in syntax defined by the system Example Value: 861421000000109 |
display | 1..1 | String | Representation defined by the system Example Value: End of Life Care Coordination Summary |
author | 1..1 | Practitioner | Person that authored record |
custodian | 1..1 | Organization | Organization which maintains the record |
reference | 1..1 | String | Relative URL reference Example Value: https://sds.proxy.nhs.uk/Organization/A83627 |
display | 0..1 | String | Text alternative for the resource |
authenticator | 0..1 | Practitioner | Who/what authenticated the document |
created | 1..1 | DateTime | Document creation time |
indexed | 1..1 | Instant | When this document reference created |
status | 1..1 | Code | current Binding: The status of the document reference. (http://hl7.org/fhir/ValueSet/document-reference-status) Binding Strength: Required Fixed Value: current |
description | 0..1 | String | Description of the source document. |
securityLabel | 1..1 | CodeableConcept | Document security-tags Binding: Security Labels from the Healthcare Privacy and Security Classification System. (http://hl7.org/fhir/ValueSet/security-labels) Binding Strength: Extensible |
coding | 1..1 | Coding | Code defined by a terminology system |
system | 1..1 | Uri | Identity of the terminology system Example Value: http://hl7.org/fhir/ValueSet/security-labels |
code | 1..1 | Code | Symbol in syntax defined by the system Example Value: V |
display | 1..1 | String | Representation defined by the system Example Value: very restricted |
text | 0..1 | String | Plain text representation of the concept |
content | 1..1 | BackboneElement | Document referenced |
attachment | 1..1 | Attachment | Where to access the document |
contentType | 1..1 | Code | Mime type of the content, with charset etc. Binding: The mime type of an attachment. Any valid mime type is allowed. (http://www.Rfc-Editor.org/bcp/bcp13.txt) Binding Strength: Required Example Value: application/pdf |
url | 1..1 | Uri | Uri where the data can be found Example Value: https://gpsystem.nhs.uk/epcaccs/9409401122/EOLSummary.pdf |
size | 1..1 | UnsignedInt | Number of bytes of content |
title | 1..1 | String | Locally defined description of document/record Example Value: EPaCCs Place chosen to die summary |
context | 1..1 | BackboneElement | Clinical context of document |
facilityType | 1..1 | CodeableConcept | Kind of facility where patient was seen Binding: XDS Facility Type. (http://hl7.org/fhir/ValueSet/c80-facilitycodes) Binding Strength: Example |
coding | 1..1 | Coding | Code defined by a terminology system |
system | 1..1 | Uri | Identity of the terminology system Example Value: http://hl7.org/fhir/ValueSet/c80-facilitycodes |
code | 1..1 | Code | Symbol in syntax defined by the system Example Value: 83891005 |
display | 1..1 | String | Representation defined by the system Example Value: Solo practice private office |
Path | Name | Binding Strength | ValueSet |
---|---|---|---|
DocumentReference.type | type | Required | http://fhir.nhs.net/ValueSet/correspondencedocumenttype-1-0 |
DocumentReference.status | status | Required | http://hl7.org/fhir/ValueSet/document-reference-status |
DocumentReference.securityLabel | securityLabel | Extensible | http://hl7.org/fhir/ValueSet/security-labels |
DocumentReference.content.attachment.contentType | contentType | Required | http://www.Rfc-Editor.org/bcp/bcp13.txt |
DocumentReference.context.facilityType | facilityType | Example | http://hl7.org/fhir/ValueSet/c80-facilitycodes |
NRLS-DocumentReference-1-0