Package | implementation.guide.nhdr |
Resource Type | ValueSet |
Id | SexValueSet |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=implementation.guide.nhdr@1.0.0&canonical=https://example.org/fhir/ValueSet/SexValueSet |
URL | https://example.org/fhir/ValueSet/SexValueSet |
Status | draft |
Name | SexValueSet |
StructureDefinition | |
PH_Patient | PH_Patient |
Sex | Sex |
No resources found
No narrative content found in resource
{ "resourceType": "ValueSet", "id": "SexValueSet", "url": "https://example.org/fhir/ValueSet/SexValueSet", "name": "SexValueSet", "status": "draft", "compose": { "include": [ { "system": "http://example.org/fhir/sex-codes", "concept": [ { "code": "male", "display": "Male" }, { "code": "female", "display": "Female" }, { "code": "unknown", "display": "Unknown" } ] } ] } }