{
  "resourceType": "Observation",
  "id": "zib-pregnancy",
  "meta": {
    "id": "pregnancy test 1",
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy"
    ]
  },
  "status": "preliminary",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "364320009",
        "display": "Pregnancy observable"
      }
    ]
  },
  "subject": {
    "reference": "Patient/nl-core-patient-example-1",
    "display": "Irma Jongeneel-de Haas"
  },
  "effectiveDateTime": "2018-08-10",
  "comment": "Beide inwonende kinderen zijn zeer zelfstandig.",
  "component": [
    {
      "code": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-Pregnancy",
            "valueBoolean": true
          }
        ],
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "77386006",
            "display": "Zwangerschap"
          }
        ]
      }
    },
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-Delivery date estimated",
          "valueDateTime": "2019-04-20"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "11778-8",
            "display": "Delivery date Estimated"
          }
        ]
      }
    },
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-Date of last menstruel period",
          "valueDate": "2018-09-03"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "21840007",
            "display": "Date of last menstrual period"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "57036006",
            "display": "Fetal gestational age"
          }
        ]
      },
      "valueQuantity": {
        "value": "30 w"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "11996-6",
            "display": "Zwangerschappen [aantal (telling)] in ^patiënt"
          }
        ]
      },
      "valueQuantity": {
        "value": "2.0"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "11977-6",
            "display": "Pariteit [aantal (telling)] in ^patiënt"
          }
        ]
      },
      "valueQuantity": {
        "value": "1.0"
      }
    },
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation-LivingAtHomeIndicator",
          "valueBoolean": false
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "48767-8",
            "display": "Annotation comment [Interpretation] Narrative"
          }
        ],
        "text": "ipsumlorem"
      }
    }
  ]
}