ValueSet |
status : draft |
name : PeriodPainBodySites |
id : period-pain-body-sites |
title : Period Pain Body Sites |
description : ValueSet containing codes for period pain body sites |
url : https://simplifier.net/guide/hmb-fhir-ig/ValueSet/period-pain-body-sites |
experimental : True |
compose |
include |
system : http://snomed.info/sct |
concept |
code : 37822005 |
display : Structure of back of abdominopelvic segment of trunk (body structure) |
concept |
code : 56459004 |
display : Foot structure (body structure) |
concept |
code : 74964007 |
display : Other (qualifier value) |
ValueSet.id[0] | period-pain-body-sites |
ValueSet.url[0] | https://simplifier.net/guide/hmb-fhir-ig/ValueSet/period-pain-body-sites |
ValueSet.name[0] | PeriodPainBodySites |
ValueSet.title[0] | Period Pain Body Sites |
ValueSet.status[0] | draft |
ValueSet.experimental[0] | True |
ValueSet.description[0] | ValueSet containing codes for period pain body sites |
ValueSet.compose[0].include[0].system[0] | http://snomed.info/sct |
ValueSet.compose[0].include[0].concept[0].code[0] | 37822005 |
ValueSet.compose[0].include[0].concept[0].display[0] | Structure of back of abdominopelvic segment of trunk (body structure) |
ValueSet.compose[0].include[0].concept[1].code[0] | 56459004 |
ValueSet.compose[0].include[0].concept[1].display[0] | Foot structure (body structure) |
ValueSet.compose[0].include[0].concept[2].code[0] | 74964007 |
ValueSet.compose[0].include[0].concept[2].display[0] | Other (qualifier value) |
<ValueSet xmlns="http://hl7.org/fhir">
<id value="period-pain-body-sites" />
<url value="https://simplifier.net/guide/hmb-fhir-ig/ValueSet/period-pain-body-sites" />
<name value="PeriodPainBodySites" />
<title value="Period Pain Body Sites" />
<status value="draft" />
<experimental value="true" />
<description value="ValueSet containing codes for period pain body sites" />
<compose>
<include>
<system value="http://snomed.info/sct" />
<concept>
<code value="37822005" />
<display value="Structure of back of abdominopelvic segment of trunk (body structure)" />
</concept>
<concept>
<code value="56459004" />
<display value="Foot structure (body structure)" />
</concept>
<concept>
<code value="74964007" />
<display value="Other (qualifier value)" />
</concept>
</include>
</compose>
</ValueSet>
{
"resourceType": "ValueSet",
"status": "draft",
"name": "PeriodPainBodySites",
"id": "period-pain-body-sites",
"title": "Period Pain Body Sites",
"description": "ValueSet containing codes for period pain body sites",
"url": "https://simplifier.net/guide/hmb-fhir-ig/ValueSet/period-pain-body-sites",
"experimental": true,
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "37822005",
"display": "Structure of back of abdominopelvic segment of trunk (body structure)"
},
{
"code": "56459004",
"display": "Foot structure (body structure)"
},
{
"code": "74964007",
"display": "Other (qualifier value)"
}
]
}
]
}
}