Retention Implementation Guide
2.0.0 - ci-build
Retention Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "P001"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.retention-project.eu/ig/StructureDefinition/PatientRetention"^^xsd:anyURI ;
fhir:link <https://www.retention-project.eu/ig/StructureDefinition/PatientRetention> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient P001</b></p><a name=\"P001\"> </a><a name=\"hcP001\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PatientRetention.html\">Patient Retention</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient (no stated gender), DoB Unknown</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Highest level of education for Retention project\"><a href=\"StructureDefinition-PatientHighestLevelOfEducation.html\">Patient Highest level of education</a></td><td colspan=\"3\"><span title=\"{http://snomed.info/sct 105421008}\">Educational achievement</span> = <span title=\"Codes:{https://www.retention-project.eu/ig/CodeSystem/HighestLevelOfEducation 0}\">up to and including high school</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Employment status for Retention project\"><a href=\"StructureDefinition-PatientEmploymentStatus.html\">Patient Employment status</a></td><td colspan=\"3\"><span title=\"{http://snomed.info/sct 224362002}\">Employment status</span> = <span title=\"Codes:{https://www.retention-project.eu/ig/CodeSystem/EmploymentStatus 5}\">other</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Country of residence for Retention project\"><a href=\"StructureDefinition-PatientCountryOfResidence.html\">Patient Country of residence</a></td><td colspan=\"3\"><span title=\"{http://snomed.info/sct 416647007}\">Country of residence</span> = <span title=\"Codes:{https://www.retention-project.eu/ig/CodeSystem/CountryOfResidence 1}\">Greece</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Height for Retention project\"><a href=\"StructureDefinition-PatientHeight.html\">Patient Height</a></td><td colspan=\"3\"><span title=\"{http://snomed.info/sct 1153637007}\">Body height</span> = 184 cm</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Ethnicity for Retention project\"><a href=\"StructureDefinition-PatientEthnicity.html\">Patient Ethnicity</a></td><td colspan=\"3\"><span title=\"{http://snomed.info/sct 397731000}\">Ethnic group finding</span> = <span title=\"Codes:{https://www.retention-project.eu/ig/CodeSystem/Ethnicity 7}\">Pacific Islands</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient ABO blood group for Retention project\"><a href=\"StructureDefinition-PatientAboBloodGroup.html\">Patient ABO blood group</a></td><td colspan=\"3\"><span title=\"{http://snomed.info/sct 365637002}\">Finding of ABO blood group</span> = <span title=\"Codes:{https://www.retention-project.eu/ig/CodeSystem/AboBloodGroup 3}\">AB</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Marital Status for Retention project\"><a href=\"StructureDefinition-PatientMaritalStatus.html\">Patient Marital Status</a></td><td colspan=\"3\"><span title=\"{http://snomed.info/sct 125680007}\">Marital status</span> = <span title=\"Codes:{https://www.retention-project.eu/ig/CodeSystem/MaritalStatus 2}\">living with a partner/spouse</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Sex for Retention project\"><a href=\"StructureDefinition-PatientSex.html\">Patient Sex</a></td><td colspan=\"3\"><span title=\"{http://snomed.info/sct 263495000}\">Gender</span> = <span title=\"Codes:{https://www.retention-project.eu/ig/CodeSystem/Sex 1}\">Female</span></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://www.retention-project.eu/ig/StructureDefinition/PatientSex"^^xsd:anyURI ] ;
fhir:value [
a fhir:UsageContext ;
fhir:code [
a sct:263495000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "263495000" ] ;
fhir:display [ fhir:v "Gender" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/Sex"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Female" ] ] ) ] ]
] [
fhir:url [ fhir:v "https://www.retention-project.eu/ig/StructureDefinition/PatientEthnicity"^^xsd:anyURI ] ;
fhir:value [
a fhir:UsageContext ;
fhir:code [
a sct:397731000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "397731000" ] ;
fhir:display [ fhir:v "Ethnic group finding" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/Ethnicity"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7" ] ;
fhir:display [ fhir:v "Pacific Islands" ] ] ) ] ]
] [
fhir:url [ fhir:v "https://www.retention-project.eu/ig/StructureDefinition/PatientCountryOfResidence"^^xsd:anyURI ] ;
fhir:value [
a fhir:UsageContext ;
fhir:code [
a sct:416647007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "416647007" ] ;
fhir:display [ fhir:v "Country of residence" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/CountryOfResidence"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Greece" ] ] ) ] ]
] [
fhir:url [ fhir:v "https://www.retention-project.eu/ig/StructureDefinition/PatientMaritalStatus"^^xsd:anyURI ] ;
fhir:value [
a fhir:UsageContext ;
fhir:code [
a sct:125680007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "125680007" ] ;
fhir:display [ fhir:v "Marital status" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "living with a partner/spouse" ] ] ) ] ]
] [
fhir:url [ fhir:v "https://www.retention-project.eu/ig/StructureDefinition/PatientHeight"^^xsd:anyURI ] ;
fhir:value [
a fhir:UsageContext ;
fhir:code [
a sct:1153637007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1153637007" ] ;
fhir:display [ fhir:v "Body height" ] ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "184"^^xsd:decimal ] ;
fhir:unit [ fhir:v "cm" ] ] ]
] [
fhir:url [ fhir:v "https://www.retention-project.eu/ig/StructureDefinition/PatientAboBloodGroup"^^xsd:anyURI ] ;
fhir:value [
a fhir:UsageContext ;
fhir:code [
a sct:365637002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "365637002" ] ;
fhir:display [ fhir:v "Finding of ABO blood group" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/AboBloodGroup"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "AB" ] ] ) ] ]
] [
fhir:url [ fhir:v "https://www.retention-project.eu/ig/StructureDefinition/PatientHighestLevelOfEducation"^^xsd:anyURI ] ;
fhir:value [
a fhir:UsageContext ;
fhir:code [
a sct:105421008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "105421008" ] ;
fhir:display [ fhir:v "Educational achievement" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/HighestLevelOfEducation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "up to and including high school" ] ] ) ] ]
] [
fhir:url [ fhir:v "https://www.retention-project.eu/ig/StructureDefinition/PatientEmploymentStatus"^^xsd:anyURI ] ;
fhir:value [
a fhir:UsageContext ;
fhir:code [
a sct:224362002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "224362002" ] ;
fhir:display [ fhir:v "Employment status" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/EmploymentStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "other" ] ] ) ] ]
] ) ; #
fhir:active [ fhir:v true] . #
IG © 2022+ ICCS. Package Retention#2.0.0 based on FHIR 4.0.1. Generated 2025-06-16
Links: Table of Contents |
QA Report