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

FHIR IG analytics

Packagehl7.fhir.cl.clips
Resource TypeSpecimen
IdSpecimen-SpecimenCLEjemplo.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Specimen SpecimenCLEjemplo

Profile: Muestra

type: Muestra de sangre

subject: Vale Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))

Collections

-MethodBodySiteFastingStatus[x]
*PinchazoVena cubital mediaEl paciente estaba en ayunas antes del procedimiento.

Source1

{
  "resourceType": "Specimen",
  "id": "SpecimenCLEjemplo",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Specimen-cl-ips"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "119297000",
        "display": "Blood specimen",
        "_display": {
          "extension": [
            {
              "extension": [
                {
                  "url": "lang",
                  "valueCode": "es"
                },
                {
                  "url": "content",
                  "valueString": "Muestra de sangre"
                }
              ],
              "url": "http://hl7.org/fhir/StructureDefinition/translation"
            }
          ]
        }
      }
    ],
    "text": "Muestra de sangre"
  },
  "subject": {
    "reference": "Patient/PacienteClIpsEjemplo"
  },
  "collection": {
    "method": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "129300006",
          "display": "Puncture - action",
          "_display": {
            "extension": [
              {
                "extension": [
                  {
                    "url": "lang",
                    "valueCode": "es"
                  },
                  {
                    "url": "content",
                    "valueString": "Pinchazo"
                  }
                ],
                "url": "http://hl7.org/fhir/StructureDefinition/translation"
              }
            ]
          }
        }
      ],
      "text": "Pinchazo"
    },
    "bodySite": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "49852007",
          "display": "Median cubital vein"
        }
      ],
      "text": "Vena cubital media"
    },
    "fastingStatusCodeableConcept": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0916",
          "code": "F",
          "display": "Patient was fasting prior to the procedure."
        }
      ],
      "text": "El paciente estaba en ayunas antes del procedimiento."
    }
  }
}