FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeObservation
IdPerineumAssessment.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "perinealassessment-example",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/bc-PerinealAssessment"
    ]
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "xxx",
        "display": "Code still missing from AD"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Example"
  },
  "context": {
    "reference": "EpisodeOfCare/zwangerschapsdossier",
    "display": "Zwangerschapsdossier Example"
  },
  "effectiveDateTime": "2011-08-03",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "364297003",
            "display": "observatie betreffende perineum van vrouw (waarneembare entiteit)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "289854007",
            "display": "perineum intact (bevinding)"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "366252005",
            "display": "bevinding betreffende integriteit van anussfincter (bevinding)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "249641001",
            "display": "intacte anussfincter (bevinding)"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "248842004",
            "display": "bevinding betreffende vrouwelijk geslachtsorgaan (bevinding)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "289609008",
            "display": "normale vagina (bevinding)"
          }
        ]
      }
    }
  ]
}