FHIR IG analytics| Package | hl7.fhir.uv.security-label-ds4p |
| Resource Type | Patient |
| Id | Patient-P002.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient P002
Security Label: process inline security label (Details: ActCode code PROCESSINLINELABEL = 'process inline security label')
John Doe Male, DoB: 1956-05-27 ( Driver's license number (use: usual, ))
| Active: | true | ||
| Other Id: | SSN/111-22-3333 (use: official, ) | ||
{
"resourceType": "Patient",
"id": "P002",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "PROCESSINLINELABEL"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label",
"valueCoding": {
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "R",
"display": "restricted"
}
}
],
"use": "official",
"system": "http://hl7.org/fhir/sid/us-ssn",
"value": "111-22-3333"
},
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "DL"
}
]
},
"system": "urn:oid:2.16.840.1.113883.4.3.2",
"value": "1234567"
}
],
"active": true,
"name": [
{
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1956-05-27"
}