OneAquaHealth Project
0.1.0-ci-build - ci-build
150
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
{
"resourceType" : "Group",
"id" : "Group-OS-All",
"meta" : {
"profile" : [
🔗 "http://hl7.eu/fhir/ig/oah/StructureDefinition/group-oah"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group Group-OS-All</b></p><a name=\"Group-OS-All\"> </a><a name=\"hcGroup-OS-All\"> </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 30525-0}\">Age</span></p><p><b>value</b>: 0-? 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>"
},
"type" : "person",
"actual" : false,
"characteristic" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "30525-0",
"display" : "Age"
}
]
},
"valueRange" : {
"low" : {
"value" : 0,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
},
"exclude" : false
},
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "20733006",
"display" : "Living place"
}
]
},
"valueReference" : {
🔗 "reference" : "Location/Loc-Nordre-Aker"
},
"exclude" : false
}
]
}