FHIR IG analytics| Package | niceprofiling.v23q1 |
| Resource Type | Patient |
| Id | NICE-Patient-Example-01.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Patientnumber | 8430034 |
|---|---|
| Patient name | Peter Petersen |
| Gender | Male |
| Birthdate | 1990-01-08 |
| Deceased? | No |
{
"resourceType": "Patient",
"id": "NICE-Patient-Example-01",
"meta": {
"profile": [
"https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Patient-2022Q1"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0532",
"code": "Y",
"display": "Yes"
}
]
}
},
{
"url": "https://simplifier.net/nicefhirproject/NICE-PatientEncryption-2022Q1",
"extension": [
{
"url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-QualityRegistration-2022Q1",
"valueUri": "https://www.stichting-nice.nl/"
},
{
"url": "key",
"valueString": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-EncryptionKey-2022Q1"
},
{
"url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-EncryptedData-2022Q1"
}
]
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/ValueSet/identifier-type",
"version": "2.9.0",
"code": "PI",
"display": "Patient internal identifier"
}
]
},
"value": "8430034"
}
],
"name": [
{
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString": "Petersen"
}
]
},
"given": [
"Peter"
],
"_given": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode": "CL"
}
]
}
]
}
],
"gender": "male",
"_gender": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/AdministrativeGender",
"code": "M",
"display": "Man"
}
]
}
}
]
},
"birthDate": "1990-01-08",
"deceasedBoolean": false
}