FHIR IG analytics
| Package | pc.ig |
| Resource Type | ValueSet |
| Id | ValueSet-patient-pra-type-vs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/protect-child/ValueSet-patient-pra-type-vs.html |
| URL | https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ValueSet/patient-pra-type-vs |
| Version | 0.1.0-ci-build |
| Status | draft |
| Date | 2026-02-09T17:40:58+00:00 |
| Name | PatientPRATypeVS |
| Title | PRA Observation Type ValueSet |
| Description | Allowed values for Observation.method when reporting maximum vs most recent PRA. |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "ValueSet",
"id": "patient-pra-type-vs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ValueSet/patient-pra-type-vs",
"version": "0.1.0-ci-build",
"name": "PatientPRATypeVS",
"title": "PRA Observation Type ValueSet",
"status": "draft",
"date": "2026-02-09T17:40:58+00:00",
"publisher": "Protect Child",
"contact": [
{
"name": "Protect Child",
"telecom": [
{
"system": "url",
"value": "https://protect-child.eu/"
}
]
}
],
"description": "Allowed values for Observation.method when reporting maximum vs most recent PRA.",
"compose": {
"include": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-pra-type",
"concept": [
{
"code": "max"
},
{
"code": "last"
}
]
}
]
}
}