Argonaut Data Query Implementation Guide Version 1.0.0

This page is part of the Argonaut Data Query Implementation Guide (v1.0.0: Release) based on FHIR R2. This is the current published version. For a full list of available versions, see the Directory of published versions

USRealm Birth Sex Value Set

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<ValueSet/usrealm-birthsex> a fhir:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:ValueSet.id [ fhir:value "usrealm-birthsex"];
  fhir:ValueSet.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:ValueSet.url [ fhir:value "http://fhir.org/guides/argonaut/ValueSet/usrealm-birthsex"];
  fhir:ValueSet.name [ fhir:value "USRealm Birth Sex Value Set"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.publisher [ fhir:value "Argonaut Project"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ValueSet.contact.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "http://argonautwiki.hl7.org" ];
       fhir:ContactPoint.rank [ fhir:value "0"^^xsd:positiveInteger ]     ]
  ];
  fhir:ValueSet.date [ fhir:value "2016-08-10T00:00:00+10:00"^^xsd:dateTime];
  fhir:ValueSet.description [ fhir:value "Codes for assigning sex at birth as specified by the [Office of the National Coordinator for Health IT (ONC)](https://www.healthit.gov/newsroom/about-onc)"];
  fhir:ValueSet.immutable [ fhir:value "false"^^xsd:boolean];
  fhir:ValueSet.extensible [ fhir:value "false"^^xsd:boolean];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/v3/AdministrativeGender" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "F" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Female" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "M" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Male" ]       ]     ], [
       fhir:index 1;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/v3/NullFlavor" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "UNK" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Unknown" ]       ]     ]
  ].