FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/BirthplaceCS

Packagefhir.giis
Resource TypeCodeSystem
IdBirthplaceCS
FHIR VersionR4
Sourcehttps://paho.org/fhir/giis/https://build.fhir.org/ig/cens-chile/giis_fhir_IG/CodeSystem-BirthplaceCS.html
URLhttps://paho.org/fhir/giis/CodeSystem/BirthplaceCS
Version0.1.8
Statusactive
Date2023-11-07
NameBirthplaceCS
TitleBirthplace codes
Realmus
Authorityhl7
DescriptionCodes for birthplaces, these ones are just examples
Contentcomplete

Resources that use this resource

ValueSet
BirthplaceVSBirthplace

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem BirthplaceCS

Language: en-US

This case-sensitive code system https://paho.org/fhir/giis/CodeSystem/BirthplaceCS defines the following codes:

CodeDisplay
1 Home
2 Hospital
3 Health facility
6 Health station
7 Abroad
8 BBA (Born Before Arrival)

Source

{
  "resourceType": "CodeSystem",
  "id": "BirthplaceCS",
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://paho.org/fhir/giis/CodeSystem/BirthplaceCS",
  "version": "0.1.8",
  "name": "BirthplaceCS",
  "title": "Birthplace codes",
  "status": "active",
  "experimental": true,
  "date": "2023-11-07",
  "publisher": "CENS",
  "contact": [
    {
      "name": "CENS",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.cens.cl"
        }
      ]
    }
  ],
  "description": "Codes for birthplaces, these ones are just examples",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 6,
  "concept": [
    {
      "code": "1",
      "display": "Home"
    },
    {
      "code": "2",
      "display": "Hospital"
    },
    {
      "code": "3",
      "display": "Health facility"
    },
    {
      "code": "6",
      "display": "Health station"
    },
    {
      "code": "7",
      "display": "Abroad"
    },
    {
      "code": "8",
      "display": "BBA (Born Before Arrival)"
    }
  ]
}