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

FHIR IG analytics

Packagetsti.adultcheck
Resource TypeObservation
IdObservation-observation-nut-example.json
FHIR VersionR4

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": "observation-nut-example",
  "meta": {
    "profile": [
      "https://tstifhir.azurehealthcareapis.com/StructureDefinition/ObservationSocial-adultcheck"
    ]
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "code": "MRT",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://tsti.hospital.com",
      "value": "000120230721"
    }
  ],
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history",
          "display": "Social History"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "227491007"
      }
    ],
    "text": "嚼檳榔"
  },
  "performer": [
    {
      "reference": "Organization/org-test-example"
    }
  ],
  "status": "preliminary",
  "subject": {
    "reference": "Patient/patient-example"
  },
  "effectiveDateTime": "2022-08-01T17:00:14-05:00",
  "valueString": "不嚼檳榔"
}