This is a HL7 FHIR server, and as you appear to be accessing this page from a web browser you are seeing a HTML version of the requested resource(s). You can also access this URL from a FHIR client as a ReSTful API call. For more details please see the HL7 FHIR specification.
{
"resourceType": "ValueSet",
"id": "CareConnect-AdministrativeGender-1",
"meta": {
"lastUpdated": "2016-08-03T00:00:00+01:00"
},
"text": {
"status": "generated"
},
"contained": [
{
"resourceType": "ConceptMap",
"id": "map",
"name": "NHS Data Model and Dictionary Mapping",
"status": "draft",
"sourceReference": {
"reference": "https://fhir.hl7.org.uk/ValueSet/CareConnect-AdministrativeGender-1"
},
"targetReference": {
"reference": "https://fhir.hl7.org.uk/ValueSet/CareConnect-PersonStatedGender-DDMAP-1"
},
"element": [
{
"code": "male",
"target": [
{
"code": "1",
"equivalence": "equivalent"
}
]
},
{
"code": "female",
"target": [
{
"code": "2",
"equivalence": "equivalent"
}
]
},
{
"code": "other",
"target": [
{
"code": "9",
"equivalence": "equivalent"
}
]
},
{
"code": "unknown",
"target": [
{
"code": "X",
"equivalence": "equivalent"
}
]
}
]
}
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-map",
"valueReference": {
"reference": "#map"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
"valueUri": "urn:oid:2.16.840.1.113883.4.642.2.1"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
}
],
"url": "https://fhir.hl7.org.uk/ValueSet/CareConnect-AdministrativeGender-1",
"version": "1.0.0",
"name": "Care Connect Administrative Gender",
"status": "draft",
"publisher": "HL7 UK",
"description": "The gender of a person used for administrative purposes.",
"requirements": "The codes listed in this FHIR ValueSet have a 'Required' binding; for conformance the Administrative Gender element SHALL include a code listed below.",
"copyright": "Copyright © 2016+ HL7 UK\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\r\n\r\nhttp://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\r\n\r\nHL7® FHIR® standard Copyright © 2011+ HL7\r\n\r\nThe HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at\r\n\r\nhttps://www.hl7.org/fhir/license.html",
"codeSystem": {
"system": "http://hl7.org/fhir/administrative-gender",
"concept": [
{
"code": "male",
"display": "Male",
"definition": "Male"
},
{
"code": "female",
"display": "Female",
"definition": "Female"
},
{
"code": "other",
"display": "Other",
"definition": "Other"
},
{
"code": "unknown",
"display": "Unknown",
"definition": "Unknown"
}
]
}
}