{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.clevermed.com/StructureDefinition/Observation-BNet-Child-ActualPlaceOfBirth",
  "name": "Observation-BNet-Child-ActualPlaceOfBirth",
  "status": "active",
  "date": "2025-09-04T15:24:39.0313337Z",
  "publisher": "Clevermed Ltd.",
  "contact": [
    {
      "name": "Clevermed BadgerNet Spine FHIR Team",
      "telecom": [
        {
          "system": "email",
          "value": "support@clevermed.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This element provides the actual place or facility of birth. The information recorded is the location and location type.\nThe facility identifier data element is mandatory upon any response other then 'Home' or 'Other' to the insert request",
  "copyright": "(c) Clevermed Ltd.  Usage by permission and for BadgerNet Spine Platform integration only.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "short": "Actual Place of Birth",
        "definition": "This element provides the actual place or facility of birth. The information recorded is the location and location type.\nThe facility identifier data element is mandatory upon any response other then 'Home' or 'Other' to the insert request"
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding.system",
        "path": "Observation.code.coding.system",
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Observation.code.coding.code",
        "path": "Observation.code.coding.code",
        "short": "Required snomed code for - Observation-BNet-Child-ActualPlaceOfBirth",
        "min": 1,
        "fixedCode": "366344009"
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "description": "Values for the actual place of birth.",
          "valueSet": "https://clevermed.com/fhir/ValueSet/ValueSet-BNet-Preg-ActualPOB"
        }
      },
      {
        "id": "Observation.id",
        "path": "Observation.id",
        "short": "Unique resource identifier",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "short": "Fixed code for the status of this observation",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.valuecodeableConcept.text",
        "path": "Observation.valuecodeableConcept.text",
        "short": "This element provides the string for when the the place of birth is other",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.performer",
        "path": "Observation.performer",
        "short": "This element provides the reference for the actual place of birth facility. It is mandatory when the place of birth is primary, secondary or tertiary birthing facility.",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "short": "Reference to the baby birth care record",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.extension.episodeOfCare",
        "path": "Observation.extension.episodeOfCare",
        "short": "The episode(s) of care that establishes the context for this resource. In this case, it is a reference to the 'birth episode' episode of care. The extension URL is: http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare",
        "definition": "",
        "min": 1,
        "max": "1"
      }
    ]
  }
}