FHIR IG analytics
Resources that use this resource
| ValueSet |
| medmij.fhir.nl.r4.pathology#1.0.0-alpha.1 | MercuriusGender | MercuriusGender ValueSet. |
Resources that this resource uses
No resources found
Narrative
Note: links and images are rebased to the (stated) source
No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.
Source1
{
"resourceType": "CodeSystem",
"status": "draft",
"content": "complete",
"name": "MercuriusGender",
"id": "MercuriusGender",
"title": "MercuriusGender CodeSystem.",
"description": "Codes for the gender of the patient as defined by Palga and used in Mercurius.",
"url": "http://medmij.nl/fhir/CodeSystem/MercuriusGender",
"concept": [
{
"code": "m",
"display": "Man"
},
{
"code": "v",
"display": "Vrouw"
}
],
"text": {
"status": "empty",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.528.1.1023.2.5.1"
}
],
"experimental": false,
"publisher": "MedMij",
"contact": [
{
"name": "MedMij",
"telecom": [
{
"system": "email",
"value": "info@medmij.nl",
"use": "work"
}
]
}
],
"caseSensitive": false,
"count": 2
}