PROTECT-CHILD Pediatric Transplant Data Implementation Guide, published by Protect Child. This guide is not an authorized publication; it is the continuous build for version 0.1.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/protect-child/ and changes regularly. See the Directory of published versions
| Draft as of 2026-08-11 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/vital-sign-local-cs> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "vital-sign-local-cs"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem vital-sign-local-cs</b></p><a name=\"vital-sign-local-cs\"> </a><a name=\"hcvital-sign-local-cs\"> </a><p>This case-sensitive code system <code>https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/vital-sign-local-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">sbp-load<a name=\"vital-sign-local-cs-sbp-load\"> </a></td><td>Systolic blood pressure load (%)</td><td>Systolic blood pressure load: percentage of readings above the age threshold.</td></tr><tr><td style=\"white-space:nowrap\">dbp-load<a name=\"vital-sign-local-cs-dbp-load\"> </a></td><td>Diastolic blood pressure load (%)</td><td>Diastolic blood pressure load: percentage of readings above the age threshold.</td></tr><tr><td style=\"white-space:nowrap\">sbp-dip<a name=\"vital-sign-local-cs-sbp-dip\"> </a></td><td>Systolic blood pressure nocturnal dip (%)</td><td>Nocturnal dip in systolic blood pressure, as a percentage.</td></tr><tr><td style=\"white-space:nowrap\">dbp-dip<a name=\"vital-sign-local-cs-dbp-dip\"> </a></td><td>Diastolic blood pressure nocturnal dip (%)</td><td>Nocturnal dip in diastolic blood pressure, as a percentage.</td></tr><tr><td style=\"white-space:nowrap\">mean-sbp-day<a name=\"vital-sign-local-cs-mean-sbp-day\"> </a></td><td>Mean systolic blood pressure — daytime (mmHg)</td><td>Mean daytime systolic blood pressure (ABPM), in mmHg.</td></tr><tr><td style=\"white-space:nowrap\">mean-dbp-day<a name=\"vital-sign-local-cs-mean-dbp-day\"> </a></td><td>Mean diastolic blood pressure — daytime (mmHg)</td><td>Mean daytime diastolic blood pressure (ABPM), in mmHg.</td></tr><tr><td style=\"white-space:nowrap\">mean-sbp-night<a name=\"vital-sign-local-cs-mean-sbp-night\"> </a></td><td>Mean systolic blood pressure — night-time (mmHg)</td><td>Mean night-time systolic blood pressure (ABPM), in mmHg.</td></tr><tr><td style=\"white-space:nowrap\">mean-dbp-night<a name=\"vital-sign-local-cs-mean-dbp-night\"> </a></td><td>Mean diastolic blood pressure — night-time (mmHg)</td><td>Mean night-time diastolic blood pressure (ABPM), in mmHg.</td></tr><tr><td style=\"white-space:nowrap\">sbp-percentile<a name=\"vital-sign-local-cs-sbp-percentile\"> </a></td><td>Systolic blood pressure percentile</td><td>Systolic blood pressure percentile for age, height and sex.</td></tr><tr><td style=\"white-space:nowrap\">dbp-percentile<a name=\"vital-sign-local-cs-dbp-percentile\"> </a></td><td>Diastolic blood pressure percentile</td><td>Diastolic blood pressure percentile for age, height and sex.</td></tr><tr><td style=\"white-space:nowrap\">vital-signs-panel<a name=\"vital-sign-local-cs-vital-signs-panel\"> </a></td><td>Vital signs panel</td><td>Panel grouping vital-sign observations.</td></tr></table></div>"
] ;
fhir:CodeSystem.url [ fhir:value "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/vital-sign-local-cs"] ;
fhir:CodeSystem.version [ fhir:value "0.1.0-ci-build"] ;
fhir:CodeSystem.name [ fhir:value "VitalSignLocalCS"] ;
fhir:CodeSystem.title [ fhir:value "Vital Sign Local Codes"] ;
fhir:CodeSystem.status [ fhir:value "draft"] ;
fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean] ;
fhir:CodeSystem.date [ fhir:value "2026-08-11T12:50:29+00:00"^^xsd:dateTime] ;
fhir:CodeSystem.publisher [ fhir:value "Protect Child"] ;
fhir:CodeSystem.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "Protect Child" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://protect-child.eu/" ]
]
] ;
fhir:CodeSystem.description [ fhir:value "Local codes for vital-sign metrics with no published LOINC code: the vital-signs panel, systolic/diastolic blood pressure percentiles, daytime/night-time mean systolic and diastolic blood pressure, blood pressure load, and nocturnal dip percentages."] ;
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.count [ fhir:value "11"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "sbp-load" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Systolic blood pressure load (%)" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Systolic blood pressure load: percentage of readings above the age threshold." ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "dbp-load" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Diastolic blood pressure load (%)" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Diastolic blood pressure load: percentage of readings above the age threshold." ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "sbp-dip" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Systolic blood pressure nocturnal dip (%)" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Nocturnal dip in systolic blood pressure, as a percentage." ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.code [ fhir:value "dbp-dip" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Diastolic blood pressure nocturnal dip (%)" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Nocturnal dip in diastolic blood pressure, as a percentage." ]
], [
fhir:index 4 ;
fhir:CodeSystem.concept.code [ fhir:value "mean-sbp-day" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Mean systolic blood pressure — daytime (mmHg)" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Mean daytime systolic blood pressure (ABPM), in mmHg." ]
], [
fhir:index 5 ;
fhir:CodeSystem.concept.code [ fhir:value "mean-dbp-day" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Mean diastolic blood pressure — daytime (mmHg)" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Mean daytime diastolic blood pressure (ABPM), in mmHg." ]
], [
fhir:index 6 ;
fhir:CodeSystem.concept.code [ fhir:value "mean-sbp-night" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Mean systolic blood pressure — night-time (mmHg)" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Mean night-time systolic blood pressure (ABPM), in mmHg." ]
], [
fhir:index 7 ;
fhir:CodeSystem.concept.code [ fhir:value "mean-dbp-night" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Mean diastolic blood pressure — night-time (mmHg)" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Mean night-time diastolic blood pressure (ABPM), in mmHg." ]
], [
fhir:index 8 ;
fhir:CodeSystem.concept.code [ fhir:value "sbp-percentile" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Systolic blood pressure percentile" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Systolic blood pressure percentile for age, height and sex." ]
], [
fhir:index 9 ;
fhir:CodeSystem.concept.code [ fhir:value "dbp-percentile" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Diastolic blood pressure percentile" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Diastolic blood pressure percentile for age, height and sex." ]
], [
fhir:index 10 ;
fhir:CodeSystem.concept.code [ fhir:value "vital-signs-panel" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Vital signs panel" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Panel grouping vital-sign observations." ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/vital-sign-local-cs.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/vital-sign-local-cs.ttl> .
IG © 2025 Protect Child. Package hl7.eu.fhir.protect-child#0.1.0-ci-build based on FHIR 4.0.1. Generated 2026-08-11
Links: Table of Contents |
QA Report