{
  "tableNumber": "0425",
  "id": "v2-0425",
  "name": "NewbornType",
  "title": "newbornType",
  "description": "HL7-defined code system of concepts which specify whether the baby was born in or out of a specified facility.  Used in HL7 Version 2 messaging in the ABS segment.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0425",
  "concepts": [
    {
      "code": "5",
      "display": "Born at home"
    },
    {
      "code": "3",
      "display": "Born en route"
    },
    {
      "code": "1",
      "display": "Born in facility"
    },
    {
      "code": "4",
      "display": "Other"
    },
    {
      "code": "2",
      "display": "Transfer in"
    }
  ]
}