OneAquaHealth Project, published by OneAquaHealth Project. 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/oah/ and changes regularly. See the Directory of published versions
: Group - Oslo disease prevalence (female age 18-29) - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Group ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Group-OS-Female-Age-18-29"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/ig/oah/StructureDefinition/group-oah"^^xsd:anyURI ;
fhir:l <http://hl7.eu/fhir/ig/oah/StructureDefinition/group-oah> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group Group-OS-Female-Age-18-29</b></p><a name=\"Group-OS-Female-Age-18-29\"> </a><a name=\"hcGroup-OS-Female-Age-18-29\"> </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-group-oah.html\">Group: OAH Cohort</a></p></div><p><b>type</b>: Person</p><p><b>actual</b>: false</p><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 46098-0}\">Sex</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/administrative-gender female}\">Female</span></p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 30525-0}\">Age</span></p><p><b>value</b>: 18-29 years</p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 20733006}\">Living place</span></p><p><b>value</b>: <a href=\"Location-Loc-Nordre-Aker.html\">Location Nordre Aker</a></p><p><b>exclude</b>: false</p></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:type [ fhir:v "person"] ; #
fhir:actual [ fhir:v false] ; #
fhir:characteristic ( [
fhir:code [
( fhir:coding [
a loinc:46098-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "46098-0" ] ;
fhir:display [ fhir:v "Sex" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/administrative-gender> ] ;
fhir:code [ fhir:v "female" ] ;
fhir:display [ fhir:v "Female" ] ] ) ] ;
fhir:exclude [ fhir:v false ]
] [
fhir:code [
( fhir:coding [
a loinc:30525-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "30525-0" ] ;
fhir:display [ fhir:v "Age" ] ] ) ] ;
fhir:value [
a fhir:Range ;
fhir:low [
fhir:value [ fhir:v "18"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "a" ] ] ;
fhir:high [
fhir:value [ fhir:v "29"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "a" ] ] ] ;
fhir:exclude [ fhir:v false ]
] [
fhir:code [
( fhir:coding [
a sct:20733006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "20733006" ] ;
fhir:display [ fhir:v "Living place" ] ] ) ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:Location/Loc-Nordre-Aker ;
fhir:reference [ fhir:v "Location/Loc-Nordre-Aker" ] ] ;
fhir:exclude [ fhir:v false ]
] ) . #